What is a database schema?
A database schema is a blueprint that defines the structure of a database
What is a table?
A table is a collection of data stored in a structured format within a database. It consists of rows and columns, where each column represents a specific field and each row represents a record or data item
What is a row?
A row, also known as a record or tuple, is a single, distinct data item in a table of a database.