What is a database schema?
A collection of database tables
What is a table?
Information stored in a relational database. Also called a “relation”
What is a row?
A record of data in a table. A schema defines how the information in a database should be organized.