Please select 3 correct answers
The primary key is a unique identifier for each row in a table. It ensures that no two rows have the same value in the primary key column(s).
A relational database organizes data into tables, where each table consists of rows and columns. This model uses relationships between tables to manage and retrieve data efficiently.
A foreign key is a column or set of columns in one table that refers to the primary key in another table. It establishes a link between the two tables.
Relational databases use tables to store data, where each table is made up of rows and columns. Relationships between data entities are a fundamental part of the relational model.