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