What is a database schema?
a collection of tables - defines how the data in a relational database should be organized. you typically have to deifne it up dront and database server will make sure that any data being written to the database conforms to that chema
What is a table?
table is a list of rows each having the same attributtes - attributes are columns
What is a row?
one horizontal line of the table with certain attribute fields