ORACLE CROSSWORD

12345678910111213141516171819
Across
  1. 2. Type of trigger in which :OLD and :NEW qualifiers can be referenced
  2. 4. Database object used for creating alias names for tables
  3. 6. Function used to replace NULL value with any given value provided by the user
  4. 7. Used to generate series of unique numbers for a numeric column
  5. 8. SQL command used to modify existing data in a database table
  6. 10. Keyword used to return unique values in a column
  7. 12. ________ clause can be used with aggregate functions like sum, etc in a sql query
  8. 13. A stored subprogram that is executed automatically and fired based on some database events
  9. 15. Group functions can be nested upto these many levels only
  10. 16. Dummy table with one column and one row present by default in oracle
  11. 17. Unique physical address for each row in every table
  12. 19. A cursor attribute that returns true when cursor is open and returns false when cursor is closed
Down
  1. 1. This join displays the cartesian product of records from the tables present in the join
  2. 3. Rules enforced on data columns in a table
  3. 5. Default parameter mode set for formal parameters in an oracle subprogram
  4. 6. Pseudo column used to get the next value generated by a sequence
  5. 9. Logical table that can be created based on one or more views or tables
  6. 10. Optional part of a plsql block
  7. 11. Function that can be used to return a specified portion of a character string
  8. 14. Clause that groups a result into subsets that have matching values for one or more columns
  9. 18. Keyword used for specifying ALIAS names for columns in an oracle table