What is a database schema?
Tables of data and the way they are organized to interact with each other. The rules for how data can interact with each other. The structure of the database.
What is a table?
A table contains data where the columns are attributes and the rows are entries.
What is a row?
A row in a table is an entry of data with values for each attribute in the table (column).