1z0-071 試験問題 196

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?
  • 1z0-071 試験問題 197

    No-user-defined locks are used in your database.
    Which three are true about Transaction Control Language (TCL)?
  • 1z0-071 試験問題 198

    You issued this command:
    SQL > DROP TABLE employees;
    Which three statements are true? (Choose three.)
  • 1z0-071 試験問題 199

    View the exhibit and examine the structure of the CUSTOMERS table.
    Which two tasks would require subqueries or joins to be executed in a single statement?
  • 1z0-071 試験問題 200

    Examine the structure of the BOOKS_TRANSACTIONS table:

    Examine the SQL statement:

    Which statement is true about the outcome?