Multiple choice

Which of the following characters are used for comment line and repeat command respectively in oracle?

  1. -- and /

  2. -- and &

  3. -- and &&

  4. -- and //

  5. // and --

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

-- is used to make comment line and / is used to repeat previous command in sql plus prompt.