In a relational model, data and relationships are defined using a collection of Table organized into categories of data known as fields.
The primary key is a row-unique identifier that is shared by all tables in a relational database. Each row can be used to establish a link between different tables using a foreign key, which is a reference to a main key of another existing table.
All data is stored in tables, which are composed of rows and columns, in a relational database. A unique datatype—such as an integer number, a string of characters (for text), or a date—is allocated to each column in a table, which may have one or more columns. The table's rows each contain a value for a certain column.
To Know more about Table
https://brainly.com/question/10670417
#SPJ4