The Relational Database Model is a Data Storage Paradigm
A relation database model refers to a data storage system that stores both data and the relationships between them in one database. (Rouse 2015). This method of storage can be used to store large amounts of complex data. A relational database is a collection of tables linked by a set of primary keys or foreign keys. The primary key (pk), which is unique for every record, and foreign keys (fk), are linking links that link records with other records within the database. (Uschold 2020). The model of relational databases is based on tables, rows, and columns. This allows data to be stored in tabular form while maintaining the relationships between them (Rouse 2021). The advantage of the relational model database is its ability to store complex data in an organised and manageable manner (Rouse 2015). Relational databases offer advanced querying and manipulation capabilities that are more powerful than any other options. Relational databases are a common choice for many modern applications (Rouse 2002). Relational databases have a few drawbacks. They require extensive setup and configuration, and are more costly to maintain than other solutions. Because it is efficient in managing and querying complex data, it is popular (Uschold, 2020). While it’s well-suited to modern applications, maintenance can prove more costly (Rouse 2021). Cont…