Question:

What are the three types of models we can create when generating a schema?

Show Hint

Think of it as: how it's stored (physical), what it means (logical), and information about it (metadata).
Updated On: May 6, 2025
  • \( \text{Physical, logical, or rational} \)
  • \( \text{Logical, rational, or metadata} \)
  • \( \text{Physical, logical, or metadata} \)
  • \( \text{Physical, rational, or metadata} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

When generating a schema, we can create three main types of models: \begin{itemize} \item Physical Model: Describes the actual storage of data in the database, including tables, data types, and constraints. \item Logical Model: Represents the conceptual structure of the data and the relationships between different entities, independent of any specific physical implementation. \item Metadata Model: Describes the data about the data, providing information about the schema itself, such as definitions, characteristics, and usage. \end{itemize}
Was this answer helpful?
0
0