Database basics

12345678910111213141516
Across
  1. 2. datatype used for a field "has confirmed?"
  2. 3. an object used to input data into a database
  3. 6. a unique identifier for each record
  4. 9. an example of database management software
  5. 10. Datatype used for a phone number
  6. 11. advantage of relational database (it reduces...)
  7. 14. a primary key which is found in another table
  8. 15. datatype used for a field "cost"
  9. 16. data type used for customerID
Down
  1. 1. a type of relationship that we try to avoid
  2. 4. type of database which consists of multiple tables linked together
  3. 5. name of a column in a table
  4. 7. could be one to one, one to many or many to many
  5. 8. an object used to output/present data in a user friendly way
  6. 12. name of a row in a table
  7. 13. a search of a database