0 votes
in Oracle by
How can we represent comments in Oracle?

1 Answer

0 votes
by
Comments in Oracle can be represented in two ways –

Two dashes(–) before beginning of the line – Single statement
/*—— */ is used to represent it as comments for block of statement
...