Structured query language (SQL)
x

Tables, keys, and queries

Student table and Loan table linked by StudentID to show the primary key and foreign key relationship SQL is the language used to retrieve and change data in relational databases. A table stores one type of thing, each row is a record, and each column is a field.

Structured query language (SQL) Lesson