Multiple choice

You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?

  1. Open [FileName]

  2. Show [FileName]

  3. Alter [FileName]

  4. Edit [FileName]

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

The EDIT command in SQL*Plus invokes the external text editor that has been linked to SQL*Plus. This allows you to edit SQL statements or PL/SQL blocks in your preferred editor and then return to SQL*Plus to execute them.