1z0-071 試験問題 206

データ操作言語 (DML) ステートメントに関して正しい 2 つのステートメントはどれですか?
  • 1z0-071 試験問題 207

    Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS:

    You want to generate a report that shows all course IDs irrespective of whether they have corresponding department IDs or not but no department IDs if they do not have any courses.
    Which SQL statement must you use?
  • 1z0-071 試験問題 208

    Which three statements are true about views in an Oracle Database?
  • 1z0-071 試験問題 209

    Examine the structure of the EMPLOYEES table.

    You must display the maximum and minimum salaries of employees hired 1 year ago.
    Which two statements would provide the correct output? (Choose two.)
  • 1z0-071 試験問題 210

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

    PRODUCT_ID 列が主キーです。
    次のコマンドを使用してインデックスを作成します。
    SQL > CREATE INDEX upper_name_idx
    ON 製品情報(UPPER(製品名));
    PRODUCT_INFORMATION テーブルには他のインデックスは存在しません。
    UPPER_NAME_IDX インデックスを使用するクエリはどれですか? (最良の答えを選択する。)