Across
- 2. the general structure of the database.
- 4. computer language used to create, modify and delete databases.
- 7. a single instance of information stored in a table. It's the rows in the database.
- 8. this uses the primary key to reference records in another table.
- 9. unique identifier that distinguishes records from other records.
- 10. a single attribute of each record in a table. It's the columns in the database and must have a data type.
Down
- 1. associating a table with another table, common examples include one-to-many or many-to-many.
- 3. stores the information in the database. Each one of these has records and fields.
- 5. questions used to retrieve data stored in a database.
- 6. query results are placed in this easy to read format.
- 8. enter information into one of these to input the data into the field.
