To define a multi-line comment style in PLSQL, there are two steps.

  • A double hyphen (- -) is placed anywhere on a line (except on a character literal), which shall turn it into a comment.
  • To make a comment as a multi-line, it must begin with a slash-asterisk (/*) and then end with an asterisk-slash (*/).
BY Best Interview Question ON 27 Jun 2020