Database Crossword Review

12345678910111213141516171819202122
Across
  1. 3. This database component improves query performance by allowing faster data retrieval.
  2. 5. Type of storage where data is stored in remote data centers and follows a pay-as-you-go model.
  3. 7. A special type of text data type that is limited amount of characters.
  4. 9. Enforce rules on data in a database to ensure accuracy, consistency, and integrity.
  5. 12. A decimal point data type.
  6. 14. An organized collection of data that is stored, managed, and accessed electronically.
  7. 16. Type of storage where is ideal for applications with low data volume and minimal need for redundancy.
  8. 17. Type of storage where data is stored across multiple physical or virtual locations and provides redundancy across nodes.
  9. 19. This should occur after authorization; tracks and logs user's activities.
  10. 21. A way of segmenting or distributing data for scalability.
  11. 22. Type of data organization that is structured in a tree-like format with parent and child relationships.
Down
  1. 1. A non-relational database designed for flexibility and scalability; handles large volumes of big-data like values.
  2. 2. A database component to find / retrieve data from a database.
  3. 3. When data becomes meaningful and interpreted.
  4. 4. A type of model where is data is stored typically in JSON or BSON format.
  5. 6. The first operation of the CRUD process.
  6. 8. The second property of CIA concept; ensures data accuracy.
  7. 10. Type of data that is organized and stored in predefined formats.
  8. 11. This concept ensures reliable transactions in relational databases by maintaining data integrity and consistency.
  9. 13. A type of model and database where is data is organized into tables with relations; it contains rows and columns.
  10. 15. Type of data that represents periodical business activities and can be used for decision making.
  11. 18. A group of 8 bits, commonly used to represent a single character or symbol.
  12. 20. Type of data that represents day-to-day business activities in real time.