Multiple choice

To see the contents of the SQL*Plus buffer, type _____.

  1. CONTENTS

  2. BUFFER

  3. CURRENT

  4. LIST

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

The LIST command displays the current contents of the SQL*Plus buffer. This is useful when you need to review or modify a SQL statement before executing it. Other options like CONTENTS, BUFFER, and CURRENT are not valid SQL*Plus commands.