Relational Database Model

Data are organized in table’s series by the relational database model. Every table consist its-own fields according to the data type that is stored. DBMS (Database Management-System) survived for about 2 decades just because it had flexibility. The relational database model’s purpose is providing declarative-method to specify data & queries. A user state directly the type of information the relational database model contains & the information of what type they demand for and according to that the DBMS software describes the structures of the data for the purpose of storing it & takes care of retrieval processes to answer the queries.

In relational database model a person can easily manage an endless datasets in the tables without going back & rendering data for the 2nd time.

He can even create distinct records for every data which he wants to store. The database might demand for more maintenance and design. Flat file-database is reverse of the relational database model as the former is considered to be a big table which consists of records maintained by an individual. When a person wants to include more information in that data, like updating information of a client, then in the table of flat-file-database, he will have to record all data in new record. With relational database model, a person saves more time by making numerous tables according to his wish.

Implementation of an application-environment’s relational database model is done by using tools that are available on the computers for common purpose and this is termed as relational database-management.

Relational database management supports numerous models and each model is having conceptual item’s or object’s collection, actions upon such objects & constraints below which such actions performs. The relational database model exists in coherent or lucid relational database-system that is observed as abstraction’s hierarchy. The significant roles played by the relational database model system are implementing each and every model in coherent way thereby transforming those models that are on the higher-level of concept or abstraction to the models that are on lower-level of concept or abstraction and moves in a downward direction towards machine-level.

In the relational database model, we can view a system with the help of following 4 models:

Every user’s global information model.
Sub models of data or opinions of a specific user’s class.
Data’s structural-model
Data or information distribution-model

In a data’s relational database model, relations have been considered as tuple’s unorderedsets.  A relational database model has been regarded as object’s set’s representation and the relationships in between them. These representations are always the outcome of abstraction’s processes. The relational database model serves its functions or purpose only if the model is clear, up-to-date and correct. In structural-model, the model that is 1 level beneath the relational database model in abstraction’s hierarchy, relations posses very complicated structures.


TOP