1z0-071 試験問題 231

EMPLOYEES テーブルの説明を調べます。

正常に実行される 2 つのステートメントはどれですか?
  • 1z0-071 試験問題 232

    Which two are true about external tables that use the ORACLE _DATAPUMP access driver?
  • 1z0-071 試験問題 233

    View the exhibit and examine the structure of the EMPLOYEES table.

    You want to display all employees and their managers having 100 as the MANAGER_ID.
    You want the output in two columns: the first column would have the LAST_NAME of the managers and the second column would have LAST_NAME of the employees.
    Which SQL statement would you execute?
  • 1z0-071 試験問題 234

    View the Exhibit and examine the structure of ORDERSand ORDER_ITEMStables.
    ORDER_IDis the primary key in the ORDERStable. It is also the foreign key in the ORDER_ITEMStable wherein it is created with the ON DELETE CASCADEoption.
    Which DELETEstatement would execute successfully?
  • 1z0-071 試験問題 235

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

    最大項目数のカテゴリを表示する必要があります。
    次のクエリを発行します。

    結果は何ですか?