Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2 LSP4YOU - Learner's Support Publications

THE RELATIONAL MODEL

A model in database system basically defines the structure or organization of data and a set of operations on that data.

In Relational Model database is represented as a collection of “Relations”, where each relation is represented by a two dimensional table. Database Management System

Advantages of relational model:
  • Ease of use - The simple tabular representation of database helps the user to define and query the database conveniently.
  • Flexibility - Since the database is a collection of tables, new data can be added and deleted easily. Also, manipulation of data from various tables can be done easily using various basic operations.
  • Accuracy - In relational databases the relational algebraic operations are used to manipulate database. These are mathematical operations and ensure accuracy as compared to other models.