DBMS Crossword

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