Anonymous

What Is Relational Model In DBMS?

1

1 Answers

Ryan Johnston Profile
Ryan Johnston answered
The Relational Model is a depiction of how each piece of stored information relates to the other stored information. It shows how tables are linked, what type of links are between tables, what keys are used, what information is referenced between tables. It's an essential part of developing a normalised database structure to prevent repeat and redundant data storage.

Answer Question

Anonymous