my crossword

123456789101112131415161718192021222324252627282930
Across
  1. 4. In a relational database is a predefined format of rows and columns that define an entity.
  2. 6. Relationships occur when each record in TableA may have many linked records in TableB but each record in TableB may have only one corresponding record in TableA
  3. 7. Relationships occur when each record in TableA may have many linked records in TableB and vice-versa
  4. 8. Allow you to create "virtual tables" that are generated on the fly when they are accessed
  5. 11. Is a predefined row/column format for storing information in a relational database. They are equivalent to tables
  6. 14. Is a term from set theory which refers to a collection of one or more attributes.
  7. 17. files these are data files that contain records with no structured relationships.
  8. 18. Are a group of database commands which are to be treated as a single atomic event.
  9. 19. It is a database feature used for locating data quickly within a table.
  10. 21. A single data item related to a database object.
  11. 23. Consists of one set of tuples for a given relational table.
  12. 24. Is an industry-standard language used for manipulation of data in a relational database.
  13. 25. This term refers to information about data itself
  14. 26. SQL keyword is used to represent either a missing value or a value that is not applicable in a relational table.
  15. 27. Is a collection of meta-data that describes the relations in a database
  16. 28. key it is a combination of attributes that can be uniquely used to identify a database record without any extraneous data
  17. 29. is a single object about which data can be stored.
  18. 30. is a single unit of data stored as part of a database record.
Down
  1. 1. cstatement in SQL is used to edit values for attributes in one or more records of a relational table.
  2. 2. SQL command is used to add records to a table within a database
  3. 3. Is the primary mechanism for retrieving information from a database and consist of questions presented to the database in a predefined format.
  4. 5. Itis the process of structuring relational database schema such that most ambiguity is removed
  5. 9. Statement in SQL is the primary mechanism for retrieving information from a relational database.
  6. 10. key In a relational table this uniquely identifies each record in the table
  7. 11. statement in SQL cancels the proposed changes in a pending database transaction.
  8. 12. NULL Constraints in SQL allow you to specify that a column may not contain NULL values
  9. 13. ensure that transactions occur in an ordered fashion
  10. 15. onstraints allow database administrators to specify that a column may not contain duplicate values.
  11. 16. Relationships occur when there is exactly one record in the first table that corresponds to exactly one record in the related table.
  12. 20. is a relational database system developed by IBM Corporation,
  13. 22. key it is a field in a relational table that matches the primary key column of another table.
  14. 24. joins Allow you to retrieve related records from the same table.
  15. 28. it is a statement in SQL marks the final step in the processing of a database transaction