Learn VisualLearn SQL Visual
JA

A Table Is Rows and Columns

Data in a relational database lives in tables that have rows and columns. One row is one record, and one column is one attribute. The primary key is the column that uniquely identifies each row. In the customers table in the panel on the right, that column is id.

To identify exactly Alice's row and no other, which column should you filter on?