In PLSQL, comment line begins with

Options
- Hyphen
- Slash
- Double hyphen
- Double slash


CORRECT ANSWER : Double hyphen

Discussion Board
PLSQL Comment

PL/SQL supports two comment styles: single-line and multi-line. Single-line comments begin with a double hyphen (- -) anywhere on a line and extend to the end of the line. Multi-line comments begin with a slash-asterisk (/*), end with an asterisk-slash (*/), and can span multiple lines.

Prajakta Pandit 02-22-2017 01:28 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