crossword on ORACLE

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