Data Modelling

123456789101112131415
Across
  1. 5. Abstract representation of data structures relationships and constraints within a domain serving as a blueprint for database design.
  2. 7. A key that consists of multiple columns to uniquely identify a record in a database table.
  3. 10. Level of detail or depth in representing data elements.
  4. 11. Data structures that help enhance data retrieval speed in a database.
  5. 13. Introducing redundancy to improve query performance or simply data retrieval.
  6. 14. Structure that organizes data into rows and columns, representing entities within a database schema.
  7. 15. The descriptive data elements that are used to categorize or classify the data.
Down
  1. 1. Unique identifier for each record in a table.
  2. 2. Blueprint defining the structure and organization of a database.
  3. 3. Centralized repository for integrated and historical data.
  4. 4. Specifies the type of data stored in a column.
  5. 6. Fields in one table that links to the primary key in another table.
  6. 8. The measurable data elements that represent the business metrics of interest.
  7. 9. Subset of a data warehouse focusing on specific data.
  8. 12. Organizing data to minimize redundancy.