CIS 105 Chapter 11: Data Bases

12345678910111213
Across
  1. 2. field (or collection of fields) in one table that uniquely identifies a row of another table
  2. 7. A relational database table column (or combination of columns) designated to uniquely identify all table records
  3. 8. a particular item, as defined by the values it can take, the programming language used, or the operations that can be performed on it
  4. 9. designed to keep system integrity in a consistent state
  5. 11. Developer written expression, that governs what a user is allowed to enter in as input in a text box.
  6. 12. ensure that data entered into the computer is sensible
Down
  1. 1. property of data which requires every value of one column of a table to exist as a value of another column in a different (or same) table
  2. 3. situation that exists between two relational database tables when one table has a foreign key that references the primary key of the other table
  3. 4. The value the data base automatically uses for the field unless user changes the value
  4. 5. A single person, place, or thing about which data can be stored
  5. 6. Shows conditions that are unusual or need attention
  6. 10. a single column within a multi-column table
  7. 13. composed of fields and contains all the data about one particular person, company, or item in a database