Ch. 12 Database Software

12345678910111213141516171819202122
Across
  1. 5. Structured collection of related information organized for easily locating and retrieving the data.
  2. 7. Contains information arranged in horizontal rows and vertical columns.
  3. 9. Collects information from multiple tables.
  4. 12. Method to find a particular value among a set of values.
  5. 13. View that allows developers of the database to set up fields.
  6. 15. Program that handles the collection, storage, sorting, reporting, and organization of data.
  7. 18. Occurs when a single piece of data is related to several other pieces of data.
  8. 19. Qualifiers on a query.
  9. 21. Field that will be used by the DBMS to keep track of records.
  10. 22. Displays desired information in rows with totals broken down in columns.
Down
  1. 1. Contains information about specific characteristics of the entry described in a record.
  2. 2. Includes not only searching, but also finding and organizing the related details of records that meet certain search conditions.
  3. 3. Provides summary information related to other data within a table.
  4. 4. Displays data in table form.
  5. 6. Field that performs a calculation based on data within the same table.
  6. 8. Database object used to display only certain data one record at a time.
  7. 10. Collection of tables that have been joined.
  8. 11. Output of the database of specific information requested by the user.
  9. 14. Performs an action when it is run.
  10. 16. Primary key from another table.
  11. 17. Allows a user to create a query that can be easily updated with a given search term.
  12. 20. Contains information related to the entry in the first column of the record.