Which data model would you use to represent the specific database tables, columns, data types, and constraints?

  • Conceptual Data Model
  • Hierarchical Data Model
  • Logical Data Model
  • Physical Data Model
The physical data model represents the specific database structures, including tables, columns, data types, and constraints. It is concerned with the implementation details of the database design, optimizing for storage and performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *