Difference between Data Model and Database Schema in DBMS?

后端 未结 7 2264
鱼传尺愫
鱼传尺愫 2020-12-25 11:47

I know the Data Model is basically two types ER-Model and Relational Model & Database schema is also two type Physical and logical.

But I can not understand what

7条回答
  •  庸人自扰
    2020-12-25 12:28

    In my view Database model is prepared first and Database schema is followed by that . Data model gives the overall logical view of database model specially in term of their entity relationship whereas Database model is more concentric on entity and their attribute.

提交回复
热议问题