What is a database schema?
defines how the data is organized within a relational database
What is a table?
every item in a table must have the same column
What is a row?
an object, instance of an object, a single set of data(with descriptive columns)
What is an attribute and what other names are used to describe them?
column, key, property