SQL Flashcards
Structured Query Language
SQL, a programming language used to manipulate and query data in relational databases
Relational database management system
RDBMS, a class of programs that can be use4d to create, update, and administer a relational database
Relational database
a type of database in which the relationships between the data points matter, and that requires a programming language to pull desired data
Field
A column in a database table
CRUD functionality
Ability to Create, Read, Update, Delete
Record
A row in a database table
KPI
Key Performance Indicators
Schema
The structure of database or table, indicating how the data is organized and connected
Aliasing
Temporarily renaming a field with a name that exists only for the duration of the query and doesn’t change the underlying data
Scripts
(within SQL) a series of commands to be executed in a program
Comparison operators
Mathematical symbols that compare two values
logical operators
Operators that test whether a given condition is mett
Primay Key
A field that uniquely identifies the records in a table
Foreign key
A field that refers to the primary key in another table, therby linking two tables together
Parent table
The table that stores the primary key