Databases

12345678910111213141516
Across
  1. 1. - Used to enter a new record, modify an existing record and view records already stored in a table.
  2. 3. - Allows tables and results of queries to be presented in a user friendly way.
  3. 4. - represented as a row in a table.
  4. 7. - Carried out by a computer automatically when data is input. It ensures that data is reasonable, sensible and within acceptable limits.
  5. 9. - A type of validation check that ensures data matches a predetermined pattern e.g. DD/MM/YYYY
  6. 11. - Language used to write queries using SELECT, FROM and WHERE statements.
  7. 12. - data which is repeated.
  8. 14. - consists of a number of records.
  9. 15. - Used to search and extract data from a database to find the answer to a question.
  10. 16. - A type of validation check that ensures data is of the correct type e.g. numeric/text.
Down
  1. 1. - a type of key which is a link to a primary key in another table.
  2. 2. - A small program written to perform a repetitive task automatically.
  3. 5. - a link between two or more tables
  4. 6. - A part of a record that stores a single data item, represented by a column.
  5. 8. key - uniquely identifies one record.
  6. 10. - a type of validation check that ensures data is within a lower and upper limit
  7. 13. - A type of check that ensures data is entered - the field cannot be left blank.