Oracle Database SQL - 1z1-071 模擬練習

Which two statements execute successfully? (Choose two.)

正解: B,D
Examine these statements and results:

How many rows are retrieved by the last query?

正解: C
Which two statements are true regarding roles? (Choose two.)

正解: B,E
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true regarding constraints? (Choose two.)

正解: B,C
In your session, the NLS_DATE_FORMATis DD-MM-YYYY.
There are 86400 seconds in a day.
Examine this result:
DATE
-----------
02-JAN-2020
Which statement returns this?

正解: C
On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command:
$> sqlldr hr/hr@pdb table=employees
Which two statements are true regarding the command?

正解: B,D
解説: (PassTest メンバーにのみ表示されます)
Which statement is true regarding the USING clause in table joins? (Choose two.)

正解: A,B
Examine this statement:

What is returned upon execution?

正解: B
Examine the description of the EMPLOYEES table:

Which statement will fail?

正解: C
Examine the SQL statement used to create the TRANSACTION table.
SQL > CREATE TABLE transaction
(trn_id char(2) primary key,
Start_date date DEFAULT SYSDATE,
End_date date NOT NULL);
The value 'A1' does not exist for trn_id in this table.
Which SQL statement successfully inserts a row into the table with the default value for START_DATE?

正解: D
Examine this SQL statement:

Which two are true?

正解: A,C