1z0-071 試験問題 96

BOOK_SEQ is an existing sequence in your schema.
Which two CREATE TABLE commands are valid?
A)

B)

C)

D)

E)
  • 1z0-071 試験問題 97

    View the Exhibit and examine the data in the PROMOTIONS table.

    PROMO_BEGIN_DATE is stored in the default date format, dd-mon-rr.
    You need to produce a report that provides the name, cost, and start date of all promos in the POST category that were launched before January 1, 2000.
    Which SQL statement would you use?
  • 1z0-071 試験問題 98

    View the Exhibit and examine the structure in the DEPARTMENTS tables. (Choose two.)

    Examine this SQL statement:
    SELECT department_id "DEPT_ID", department_name, 'b' FROM
    departments
    WHERE departments_id=90
    UNION
    SELECT department_id, department_name DEPT_NAME, 'a' FROM
    departments
    WHERE department_id=10
    Which two ORDER BY clauses can be used to sort the output?
  • 1z0-071 試験問題 99

    The first DROP operation is performed on PRODUCTS table using the following command:
    DROP TABLE products PURGE;
    Then you performed the FLASHBACK operation by using the following command:
    FLASHBACK TABLE products TO BEFORE DROP;
    Which statement describes the outcome of the FLASHBACK command?
  • 1z0-071 試験問題 100

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

    セッションのタイムゾーンはデータベースサーバーと同じです
    5 年以上勤務している従業員のみをリストする 2 つのステートメントはどれですか?