1Z0-082 Exam Question 96

View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promotion time interval.
Examine this SQL statement:

Exhibit 1.

Exhibit 2.

What will be the result?
  • 1Z0-082 Exam Question 97

    Table ORDER_ITEMScontains columns ORDER_ID, UNIT_PRICEand QUANTITY, of data type NUMBER.
    Examine these SQL statements:
    Statement 1:
    SELECT MAX(unit_price * quantity) "Maximum Order"
    FROM order_items;
    Statement 2:
    SELECT MAX(unit_price * quantity) "Maximum Order"
    FROM order_items
    GROUP BY order_id;
    Which two statements are true?
  • 1Z0-082 Exam Question 98

    Which two statements are true about trace files produced by the Oracle Database server? (Choose two.)
  • 1Z0-082 Exam Question 99

    Which three activities are recorded in the database alert log? (Choose three.)
  • 1Z0-082 Exam Question 100

    Examine this command:

    Which two statements are true? (Choose two.)