What is the significance of symbol in PL/SQL?

Options
- Range operator
- Assignment operator
- Exponentiation operator
- Relational Operator


CORRECT ANSWER : Range operator

Discussion Board
Range Operator

The range operator(..) is used as a shorthand way to set up arrays. When used with arrays, the range operator simplifies the process of creating arrays with contiguous sequences of numbers and letters.

Prajakta Pandit 02-22-2017 03:48 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement