Database

123456789101112131415
Across
  1. 1. A column in a database table that stores a single type of information for all records
  2. 4. Processed or organized data that provides meaning or insight
  3. 8. A row in a database table that contains data about one specific item or instance
  4. 10. A type of database structure that connects multiple tables through keys
  5. 11. A collection of related data organized to be easily accessed, managed, and updated
  6. 12. Structured Query Language used to interact with and manipulate databases
  7. 13. Entity-Relationship Diagram, a visual representation of how data entities are related in a database
  8. 14. A property or characteristic of an entity, represented as a column in a database table
  9. 15. A unique identifier for each record in a database table
Down
  1. 1. A simple type of database that stores data in a single table without relationships
  2. 2. An attribute that creates a link between two tables by referencing a primary key in another table
  3. 3. An object, person, or concept about which data is stored in a database
  4. 5. Data that is organized in a fixed format, typically in rows and columns within tables
  5. 6. A connection or association between two or more entities in a database
  6. 7. Raw facts or figures without context, such as numbers or words
  7. 9. A software system used to create, manage, and query databases