SQL Flashcards
1
Q
What is a ‘field’?
A
A column in an SQL database table
2
Q
What is a ‘record’?
A
A row in an SQL database table
3
Q
What is a ‘primary key’?
A
A field which can uniquely identify any record in the table. There can only be one primary key field per database table.