postgres-database Flashcards
1
Q
What is a database schema?
A
A database schema is a blueprint that defines the structure of a database
2
Q
What is a table?
A
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
3
Q
What is a row?
A
A row, also known as a record or tuple, is a single, distinct data item in a table of a database.