Difference between Data Model and Database Schema in DBMS?

后端 未结 7 2231
鱼传尺愫
鱼传尺愫 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:41

    From what little i have understood, Data Model is a high level design which defines the kind of tables, the fields in those tables and the relations between different tables. Database schema describes the type(int, string etc) and constraints like length of field should be less than 20 characters. Database Schema refers to the Data model and specifies each table and field in detail.

    0 讨论(0)
提交回复
热议问题