How do we represent comments in oracle?
Answer options
A
/* */ and --
B
// and /* */
C
# and --
D
<!-- --> and //
Correct answer: /* */ and --
Explanation
Oracle SQL supports /* */ for block comments and -- for single-line comments.
Correct answer: /* */ and --
Oracle SQL supports /* */ for block comments and -- for single-line comments.
PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.