Question 96

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?
  • Question 97

    Which three are true?
  • Question 98

    Examine the structure of the BOOKS_TRANSACTIONS table:

    You want to display the member IDs, due date, and late fee as $2 for all transactions.
    Which SQL statement must you execute?
  • Question 99

    Examine the description of the EMPLOYEES table:

    NLS_DATE_FORMAT is set to DD-MON-YY.
    Which query requires explicit data type conversion?
  • Question 100

    View the exhibit and examine the structure and data in the INVOICE table.

    Which two SQL statements would execute successfully? (Choose two.)