Write a note on relational model.

The relational model in DBMS is an abstract model used to organize and manage the data stored in a database. It stores data in two-dimensional inter-related tables, also known as relations in which each row represents an entity and each column represents the properties of the entity.

Popular posts from this blog

Exaplain with example how ER diagram is converted into tables.

Explain any five relational algebra operators.

. What is join? Explain the types of join with example.