Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What Is a Relational Model?

Jo Dunaway
Jo Dunaway

The relational model is a simple, yet concise, framework for storage, retrieval and database management, and as of 2011, it is the most widely used framework in use by databases for the last 40 years. The first actual use of the database model was in 1969, when its founder, Dr. Edgar F. Codd, wrote a report for his employer, IBM, and used the basic structure of relational model to develop his report. The report was received with amazement. Dr. Codd was promptly enabled to fully flesh out not only the basic structure, but also the operations of what was to become Relational Model for databases. A query language, structured query language (SQL) was built around the relational model for use in querying data in relational databases built on the framework.

All programmers and program developers are educated in the relational model's concepts and operations and can program around its structure. As a relational model uses predicate logic in a declarative method and is based upon mathematical terms of a two-way logic of true and false, any data related by this logic is subsequently operated on by relational calculus and relational algebra. These mathematical operations make data not only easily queried, but also easily updated by means of a few steps in adding a row to a table. Using variables to quantify information with data values, the relational model also uses specific keys to apply constraints upon the use and querying of information. From the beginning, Dr. Codd used attributes to specify data types, and consistency was built into the relational model, which has encouraged it to become the most widely evolved database management tool.

The relational model is a simple, yet concise, framework for storage, retrieval and database management, and one of the most widely used frameworks of the last 40 years.
The relational model is a simple, yet concise, framework for storage, retrieval and database management, and one of the most widely used frameworks of the last 40 years.

In operation, information in a relational model database becomes broken down into small components allowable for restructuring in many ways to form bigger pictures, depending upon the variables queried in relation to the data and linking up many of the smaller components in relation to each other. These small components are called entities and organized in a table of columns and rows. Information can be entered using any format and is stored based on a set of logic rules following specified design principles. Unique keys identify entities and preserve referential integrity and, thus, a query will always find the same result as there is no duplication of information. As this structure makes the relational database so flexible, programmers can write for the database to be accessible to multiple divergent applications.

Many commercial and open source products have been built around the relational model since the late 1960s and most use the SQL query language to correspond to the predicate logic components in a relational database. Though it is not necessary to use all of the features of SQL, which is capable of three-value logic, nevertheless it can easily query a relational database. There are at least 30 languages other than SQL, however, that are capable of database management and querying of a relational database. SQL was merely the first language used with the initial relational model database developed.

Discuss this Article

Post your comments
Login:
Forgot password?
Register:
    • The relational model is a simple, yet concise, framework for storage, retrieval and database management, and one of the most widely used frameworks of the last 40 years.
      By: Monkey Business
      The relational model is a simple, yet concise, framework for storage, retrieval and database management, and one of the most widely used frameworks of the last 40 years.