DBMS Crossword

12345678910111213141516171819202122232425
Across
  1. 3. You can logically relate data from multiple tables using __________ keys
  2. 4. You can use AVG and ____ for numeric data.
  3. 7. Use the _______ clause to restrict groups.
  4. 9. ________ functions operate on sets of rows to give one result per group.
  5. 10. The _____ operators combine the results of two or more component queries into one result.
  6. 12. A __________ Can be accessed and modified by executing structured query language (SQL) statements.
  7. 15. The ___________ executes once before the main query.
  8. 17. A ____________ column is a collection of columns that are treated as a unit.
  9. 18. A foreign key must reference either a primary key or ________ key column
  10. 20. ISO and ___ have accepted SQL as the standard language for relational databases.
  11. 22. Discard all pending changes by using the _______ statement:
  12. 24. You can remove existing rows from a table by using the ________ statement.
  13. 25. You can perform DML operations on simple views. (Write Yes or Noo)
Down
  1. 1. Data changes are made permanent in the database using _______.
  2. 2. A __________ is a user created database object that can be shared by multiple users to generate unique integers.
  3. 4. A function which returns DATE and TIME.
  4. 5. Use the __________ operator to return all rows common to multiple queries.
  5. 6. Each row of data in a table is uniquely identified by a _________ key.
  6. 8. is a logical table based on a table or another view.
  7. 11. you can remove rows by using the DELETE and ___________ statement.
  8. 12. Eliminate duplicate rows by using the _________ keyword in the SELECT clause.
  9. 13. The default sort order is ___________.
  10. 14. Subqueries are used for row-by-row processing. Each subquery is executed once for every row of the outer query.
  11. 16. Primary keys generally cannot be changed. (Write either Truee or False)
  12. 19. The Oracle server executes subqueries ________. (Write First or Lastt)
  13. 21. Converts a null to an actual value
  14. 23. Use the ______ TABLE statement to add, modify, or drop columns.