Rationale Database

12345678910111213141516171819202122232425
Across
  1. 3. Key: A column or set of columns in a database table that refers to the primary key of another table, establishing a link between them.
  2. 8. to Many Relationship: A relationship where one record in one table can be related to multiple records in another table.
  3. 9. Integrity: Ensures that each row in a table is uniquely identified, usually through a primary key.
  4. 10. Key: An index or key that is used for data retrieval but is not the primary means of identification for a record.
  5. 12. Also known as a record, it represents a single entry in a table, containing a set of related data.
  6. 15. Integrity: Ensures that data values in a database conform to defined rules or domains.
  7. 17. Type: A classification that specifies the type of data a column can hold, such as text, numbers, or dates.
  8. 18. Management System (DBMS): Software that provides an interface for interacting with databases, managing data storage, retrieval, and manipulation.
  9. 20. Database System: A database system that uses the relational model for organizing and managing data.
  10. 21. Files: A simple data storage format where data is stored in plain text with a structure that has no hierarchy.
  11. 22. – Structured Query Language: A domain-specific language used for managing and manipulating relational databases.
  12. 23. An auxiliary data structure that enhances the speed of data retrieval operations on a database table.
  13. 24. A vertical arrangement of data elements within a table, representing a specific attribute of the data.
  14. 25. number: A feature that automatically generates a unique number for each new record in a table.
Down
  1. 1. Integrity: Ensures that relationships between tables remain consistent and valid, typically enforced through foreign key constraints.
  2. 2. Key: A unique identifier for a record in a table, ensuring each row can be uniquely identified.
  3. 4. to One Relationship: A relationship between two tables where each record in one table is related to only one record in another table.
  4. 5. A request for information from a database, typically expressed in SQL.
  5. 6. Key: A primary key composed of multiple columns to uniquely identify a record.
  6. 7. A user interface component used for entering, editing, and displaying data in a database.
  7. 11. A structured collection of data organized for efficient retrieval, management, and updating.
  8. 13. A sequence of instructions that automates repetitive tasks in a database.
  9. 14. Model: A database model that organizes data into tables with relationships, based on mathematical set theory.
  10. 16. to Many Relationship: A relationship where multiple records in one table can be related to multiple records in another table.
  11. 19. A two-dimensional structure within a database that consists of rows and columns, used to organize and store data.