Question 36

View the Exhibit and examine the structure of the ORDERS table. (Choose the best answer.)

You must select ORDER_ID and ORDER_DATE for all orders that were placed after the last order placed by CUSTOMER_ID 101.
Which query would give you the desired result?
  • Question 37

    View the Exhibit and examine the details of the PRODUCT_INFORMATION table. (Choose two.)

    Evaluate this SQL statement:
    SELECT TO_CHAR(list_price,'$9,999')
    From product_information;
    Which two statements are true regarding the output? (Choose two.)
  • Question 38

    Evaluate these commands which execute successfully:

    Which two statements are true about the ORD_ITEMStable and the ORD_SEQsequence?
  • Question 39

    Examine the structure of the EMPLOYEES table. (Choose two.)
    You must display the maximum and minimum salaries of employees hired 1 year ago.
    Which two statements would provide the correct output?
  • Question 40

    Which two statements are true about external tables?