Database

1234567891011121314151617181920
Across
  1. 1. Hold information (metadata) about the database.
  2. 3. ANSI level model describe how the data is physically stored and managed.
  3. 5. Person responsible for managing and maintaining a database.
  4. 8. ANSI level model that controlled by database administrator which manages the abstract representation of the entire database.
  5. 10. A single cell that hold information in database.
  6. 12. How users interacts with the system.
  7. 14. Referential Integrity ensure _______ between related data.
  8. 15. Software that enables users to manage databases.
  9. 17. Special ID that is unique for each tuple or record in the database.
  10. 19. Feature of DBMS that provide a summary or analysis.
  11. 20. Feature of DBMS that make a copy of data stored for recovery purposes.
Down
  1. 2. Column in the database.
  2. 4. A row or record in a relation.
  3. 6. Permission granted to users to interact with the database.
  4. 7. How different entities are related to each other.
  5. 9. Tool used by programmers to interact with the database is called _________ Interface.
  6. 11. ANSI level model showing different views of database based on the user.
  7. 13. Data structure used for fast retrieval of data. It helps find data quickly.
  8. 16. Feature of DBMS which provide an interface for data entry.
  9. 18. The ______ processor allows a user to perform searches to find specific data.