Question 111

Evaluate the following CREATE TABLEcommand:

Which statement is true regarding the above SQL statement?
  • Question 112

    Examine this SQL statement:

    Identify three order by clauses, any one of which can complete the query successfully.
  • Question 113

    View the Exhibit and examine the description of the ORDERS table.

    Which two WHERE clause conditions demonstrate the correct usage of conversion functions? (Choose two.) WHERE order_date_IN ( TO_DATE('OCT 21 2003','MON DD YYYY'), TO_CHAR('NOV 21
  • Question 114

    Which two are true about transactions in the Oracle Database?
  • Question 115

    The SQL statements executed in a user session are as follows:

    Which two statements describe the consequences of issuing the ROLLBACK TO SAVE POINT a command in the session? (Choose two.)