What is a database schema?
It is a collection of tables
What is a table?
table is a list of rows each having the same set of attributes. For example, all students in a “students” table could have “firstName”, “lastName”, and “dateOfBirth” attributes
What are rows
each row is a record in that spreadsheet (table). rows have the same set of attributes