Question 16

View the exhibit and examine the structure of the PROMOTIONStable.

You have to generate a report that displays the promo name and start date for all promos that started after the last promo in the 'INTERNET' category.
Which query would give you the required output?
SELECT promo_name, promo_begin_date FROM promotions
  • Question 17

    Which three statements are true regarding subqueries? (Choose three.)
  • Question 18

    Examine the structure of the MARKS table:

    Which two statements would execute successfully? (Choose two.)
  • Question 19

    The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE.
    NLS_DATE_FORMAT is set to DD-MON-RR.
    Which two are true about data type conversions involving these columns in query expressions? (Choose two.)
  • Question 20

    Which two statements are true regarding operators used with subqueries (Choose two.)