PL/SQL Delimiters - Symbol of exponentiation operator
Q. From the following PL/SQL Delimiters which symbol is exponentiation operator.- Published on 09 Jul 15a. <>
b. ~=
c. **
d. –
ANSWER: **
The **(Exponentiation operator) raises one operand to the power of the other.