Database Design and Development Flashcards
1
Q
What is a database?
A
An organised collection of data.
2
Q
What is a table in a database?
A
A set of data arranged in rows and columns.
3
Q
What is a primary key?
A
A unique identifier for each record in a table.
4
Q
What does SQL stand for?
A
Structured Query Language.
5
Q
What does the SQL command SELECT do?
A
Retrieves data from a database.