ORACLE Activity 2

123456789101112131415161718
Across
  1. 3. Loop used when number of iterations is known.
  2. 5. Command used to disable trigger.
  3. 8. Section where variables are declared.
  4. 11. Operator used to compare range of values.
  5. 12. Current system date function.
  6. 14. A virtual table in SQL.
  7. 17. Command to remove view.
  8. 18. Cursor attribute to check end of records.
Down
  1. 1. Used to count number of rows.
  2. 2. SQL function used to convert text into uppercase.
  3. 3. Used to fetch records from cursor.
  4. 4. SQL function to find maximum value.
  5. 6. Block section used to handle errors.
  6. 7. data type is used for variable declaration dynamically.
  7. 9. Used to extract part of string.
  8. 10. _PROCEDUREStatement used to create procedure.
  9. 12. A query written inside another query.
  10. 13. A function used to find total value of a column.
  11. 15. Join that returns matching records from both tables.
  12. 16. Logical operator used to combine conditions.