Database Flashcards
1
Q
What is a database schema?
A
data in a relational database should be organized.
2
Q
What is a table?
A
Relational databases store data in relations
3
Q
What is a row?
A
a list each having the same set of attributes
4
Q
What is an attribute and what other names are used to describe them?
A
are commonly referred to as columns.
For example, all students in a “students” table could have “firstName”, “lastName”, and “dateOfBirth