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