Wa0000.
Wa0000.
11:14 PM EDT
Relational databases are collections of data that group data elements according to well defined
connections for easy access (KDnuggets, 2018). Database managers can modify the physical data
storage without changing the logical data structure because the data structures in a relational
database model, such as data tables, indexes, and views, remain independent of the physical
storage structures. In a relational database, each table, also known as a relation, includes one or
more data types in columns or attributes. A row, also known as a record or tuple, is made up of a
single instance of data or a key for the categories that the columns describe. A row in a database
table is known as a tuple (Lutkevich & Biscobing, 2021). Each record in a table has a primary
key that serves as a unique identifier. A table's unique row identifier is a column or group of
columns whose values are used to uniquely identify each row in the table. The student ID
number, for instance, may serve as the primary key in a table of students. KnowIt, (2021) A field
in a table that connects to the primary key of another table is known as a foreign key. Rules that
are applied to the data in a table are known as constraints. They are employed to guarantee the
consistency and correctness of the data (KnowIt, 2021).
References