PostgresSQL Flashcards

1
Q

What is a database schema?

A

it is a plan for how data in a relational database should be organized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a table?

A

a list of rows, each containing data and the same set attributes (aka columns)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly