Fill in the blanks to make the following statement true: You use the________ command so that the view_______ contains the specified name associated with the session in the _________column.

Answer: B

Explanation: You use the NAME parameter in ALTER SESSION to create a description of the SQL to make it easier for the DBA to identify a resumable statement when it runs out of space. A is incorrect because there is no such view as DBA_RESUMABLE_STATEMENT. C is incorrect because there is no such column as SQL_NAME in DBA_RESUMABLE. D is incorrect because you use ALTER SESSION and not ALTER USER to set the name of the statement that may trigger resumable space allocation.