5. What Is The Difference Between Data Model And An Entity Relationship Diagram?
A data model is a model which shows how data is stored and used for e.g. a normal database. It has 3 main parts: Structural part:- how data is structured. Integrity part:- Rules governing structure. Manipulation part:- operators used to select,update,querry that data,eg select, update, delete commands in sql.