Databases

123456789101112
Across
  1. 3. structured query language used to define and manipulate databases
  2. 5. a unique identifier for a record
  3. 7. a symbol that joins multiple logical comparisons can be AND OR or NOT
  4. 9. an individual piece of data, e.g. date of birth
  5. 11. a set of data about one type of object, e.g. students
  6. 12. the characteristics of a piece of data. E,g, string, integer, real and boolean
Down
  1. 1. a symbol that performs a comparison resulting in True or False. Can be equals, not equal to, less than, less than or equal to, greater than , greater than or equal to
  2. 2. a data type: true or false
  3. 3. a set of statements that are executed
  4. 4. a data type: decimal numbers
  5. 6. a data type: whole number
  6. 8. all the record in a table about one object, e.g. all the personal details about one student
  7. 10. an example of application software to store and manipulate data