What is a database schema?
defines how the data in a relational database should be organized. (collections of tables) => to build database (schema is like a blue print on how to make a table too)
What is a table?
is a list of rows each having the same set of attributes
What is a row?
row contains all the attributes/columns