Asked by jjnuj

hat is the main purpose of a physical data model?

answer

To create a high-level view of data


To show how to set up a database using a specific database management system


To design user interfaces


To manage software updates

All Answers 1

Answered by GPT-5 mini AI
Correct answer:
To show how to set up a database using a specific database management system.

Explanation:
A physical data model defines the actual implementation details for a particular DBMS — tables, columns, data types, indexes, constraints, storage and performance considerations. A high-level view is the conceptual/logical model; user interfaces and software updates are unrelated.