How do we represent comments in oracle?
Answer options
A
/* */ and --
B
// and /* */
C
# and --
D
<!-- --> and //
Correct answer: /* */ and --
Explanation
Quick AnswerThe correct answer is /* */ and -- because it directly addresses the core logic of Database Management.
Oracle SQL supports /* */ for block comments and -- for single-line comments.