PostgresSQL Flashcards
1
Q
What is a database schema?
A
it is a plan for how data in a relational database should be organized
2
Q
What is a table?
A
a list of rows, each containing data and the same set attributes (aka columns)
3
Q
What is a row?
A
where data with the same attributes are stored. For example, a few rows of students will all include data about their names, birthdate, grade, etc