Respuesta :

In a relational model, data and relationships are defined using a collection of tables organized into categories of data known as fields.

Write a short note on relational model.

The relational model, an easy-to-understand method of representing data in tables, is the foundation of relational databases. In a relational database, each row in the table represents a record with a distinct ID known as the key.

The relational model is employed to illustrate the data storage capabilities of relational databases. In essence, relational databases store the data in column and row structure, or table relations. The records or data relating to the table values are gathered in each row and column of the table. Simpleness, structural independence, ease of use, query capacity, data independence, and scalability are some benefits of the relational paradigm in DBMS.

To learn more about relational data, visit:

https://brainly.com/question/26375503

#SPJ4