What is a database schema?
A collection of tables is called a schema. A schema defines how the data in a relational database should be organized.
What is a table?
A table is data that is in a list of rows where rows each have the same set of attributes.
What is a row?
A single instance of record in that table