Question 46
Which two statements are true about the SET VERIFY ON command? (Choose two.)
Question 47
You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?
SELECT &&col1, &&col2
Question 48
View the Exhibit and examine the description of the tables.
You execute this SQL statement:
Which three statements are true?
Question 49
Which two statements are true about the PMON background process? (Choose two.)
Question 50
The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER.
Which two queries execute successfully? (Choose two.)
