Database Terms

12345678910111213141516171819202122
Across
  1. 3. A property that defines data in an entity. Also known as a field.
  2. 4. A copy of data stored elsewhere to be restored if original data is lost or damaged.
  3. 6. A SQL keyword used to show the number of records within a query.
  4. 11. Type A setting that defines what kind of data can be entered in a field, such as a number, date, or text string.
  5. 12. A SQL keyword used to change the definition of a database object.
  6. 13. A data type that allows for values to be either true or false.
  7. 14. A file that stores data and allows people to search and create reports from the data.
  8. 16. A data type that is either a zero or a one.
  9. 18. A SQL keyword used to get the average amounts for one or more fields within a query.
  10. 20. A SQL keyword used to define a range of values used for a filter within a query.
  11. 22. An index based on the primary key of an entity.
Down
  1. 1. A primary key consisting of two or more fields. Also known as a composite key.
  2. 2. normalization in which each field has a single value, data can be sorted in anyway possible.
  3. 3. A limitation on what can be entered in a data field within an entity.
  4. 5. A SQL keyword used to display records within a query if all records within that query match related records in a subquery.
  5. 6. A primary key consisting of two or more fields. Also known as a compound key.
  6. 7. Information that is organized, entered into files, and then retrievable as needed.
  7. 8. A symbol used to define a filter within a query, for example, the greater than or equal to symbol (>=).
  8. 9. A combining of two unrelated tables within a query.
  9. 10. A SQL keyword used to add an object to a database or add an entire database to an instance of SQL Server.
  10. 15. A SQL keyword used to find matching records from a query to a subquery.
  11. 17. A unit of measurement used to determine how much memory a piece of data will take.
  12. 19. normalization in which a value change does not necessitate a change in another non-key column within an entity.
  13. 21. a replacement name for a column or table.