Multiple choice To see the contents of the SQL*Plus buffer, type _____. CONTENTS BUFFER CURRENT 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.