1z0-071 試験問題 86

Examine the command:

What does ON DELETE CASCADE Imply?
  • 1z0-071 試験問題 87

    資料を参照して、PROMOTIONS テーブルの構造を調べてください。

    PROMOTIONS テーブルを使用すると、
    カテゴリ A の $0 ~ 2000 ドルと $2000 ~ 5000 ドルの範囲のすべてのプロモーションの平均コストを調べる必要があります。
    次の SQL ステートメントを発行します。

    結果はどうなるでしょうか?
  • 1z0-071 試験問題 88

    Examine the following query:
    SQL> SELECT prod_id, amount_sold
    FROM sales
    ORDER BY amount_sold
    FETCH FIRST 5 PERCENT ROWS ONLY;
    What is the output of this query?
  • 1z0-071 試験問題 89

    展示物を見て、CUSTOMERS テーブルの構造を調べてください。

    1 つのステートメントでサブクエリまたは結合を実行する必要がある 2 つのタスクはどれですか? (2つお選びください。)
  • 1z0-071 試験問題 90

    Table HR. employees contains a row where the employee_id is 109.
    User ALICE has no privileges to access HR.employees.
    User ALICE starts a session.
    User HR starts a session and successfully executes these statements:
    GRANT DELETE ON employees to ALICE;
    UPDATE employees SET salary = 24000 WHERE employee_id 109;
    In her existing session ALICE then executes:
    DELETE FROM HR.employees WHERE employee_ID =109;
    What Is the result?