Module 2 - 0621 > postgres-database > Flashcards
What is a database schema?
a database schema is a collection of tables, and it defines how the data in a relational database should be organized.
What is a table?
a table is a list of rows
What is a row?
a row is s single data item in a table.