Question:medium

Which of the following is synonym for Meta-data?

Show Hint

Meta-data = data about data. In DBMS, it is stored in the Data Dictionary.
Updated On: Feb 15, 2026
  • Data Dictionary
  • Database Instance
  • Database Schema
  • Data Constraint
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Define Meta-data.
Meta-data is defined as "data about data". It offers details concerning the structure, storage, and characteristics of data, distinct from the actual data content.
Step 2: Evaluate Choices.
- Data Dictionary: Contains definitions, structure, constraints, and interdependencies of database data, functioning as a synonym for meta-data.
- Database Instance: Represents a live copy of the database at a given point in time; it is not meta-data.
- Database Schema: Outlines the logical design or blueprint of the database; it is not a synonym for meta-data.
- Data Constraint: Enforces rules on data; it is not meta-data.

Step 3: Determine Synonym.
Consequently, the synonym for meta-data is Data Dictionary.
Final Answer: \[\boxed{\text{Data Dictionary}}\]
Was this answer helpful?
0