Question 101

Which three statements are true regarding group functions? (Choose three.)
  • Question 102

    Which three statements are true about views in an Oracle Database?
  • Question 103

    Which two statements are true about date/time functions in a session where NLS_DATE_FORMATis set to DD- MON-YYYY HH24:MI:SS? (Choose two.)
  • Question 104

    The PRODUCT_INFORMATION table has a UNIT_PRICE column of data type NUMBER (8, 2).
    Evaluate this SQL statement:
    SELECT TO_CHAR(unit_price, '$9,999') FROM product_information;
    Which two statements are true about the output?
  • Question 105

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

    Which UPDATE statement is valid?