Data Definition Commands

12345678910
Across
  1. 4. Changes the name of a table or column.
  2. 5. Deletes all records without logging individual deletions.
  3. 7. Used to define a new database object.
  4. 8. Logical collection of database objects.
  5. 10. Modifies an existing table's structure.
Down
  1. 1. Stores structured data in rows and columns.
  2. 2. Rule applied to enforce data integrity.
  3. 3. Removes a table or database permanently.
  4. 6. Key that uniquely identifies each row in a table.
  5. 9. A vertical set of data in a table.