Question 136

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

    View the Exhibit and examine, the description for the SALES and CHANNELS tables.
    (Choose the best answer.)
    You issued this SQL statement:
    INSERT INTO SALES VALUES (23, 2300, SYSDATE,
    (SELECT CAHNNEL_ID
    FROM CHANNELS
    WHERE CHANNEL_DESC='DIRECT SALES'), 12, 1, 500);
    Which statement is true regarding the result?
  • Question 138

    Which three statements are true about indexes and their administration in an Oracle database?
  • Question 139

    Which two statements are true regarding the COUNT function? (Choose two.)
  • Question 140

    Examine the structure of the BOOKS_TRANSACTIONS table:

    You want to display the member IDs, due date, and late fee as $2 for all transactions.
    Which SQL statement must you execute?