postgres-database Flashcards
1
Q
What is a database schema?
A
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.
2
Q
What is a table?
A
A table contains data where the columns are attributes and the rows are entries.
3
Q
What is a row?
A
A row in a table is an entry of data with values for each attribute in the table (column).