RDBMS

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