What is a database schema?
A collection of tables.
What is a table?
Where databases store data.
A table is a list of rows each having the same set of attributes (columns).
What is a row?
Each row is a record in a database each having the same set of attributes