Oracle Database SQL - 1z0-071 FREE EXAM DUMPS QUESTIONS & ANSWERS
Evaluate the following SELECTstatement and view the exhibit to examine its output:
SELECT constraint_name, constraint_type, search_condition,
r_constraint_name, delete_rule, status,
FROM user_constraints
WHERE table_name = 'ORDERS';

Which two statements are true about the output? (Choose two.)
SELECT constraint_name, constraint_type, search_condition,
r_constraint_name, delete_rule, status,
FROM user_constraints
WHERE table_name = 'ORDERS';

Which two statements are true about the output? (Choose two.)
Correct Answer: B,D
Vote an answer
View the Exhibit and examine the structure of the PRODUCTS table.

You must display the category with the maximum number of items.
You issue this query:

What is the result?

You must display the category with the maximum number of items.
You issue this query:

What is the result?
Correct Answer: D
Vote an answer
Which two are true about the data dictionary? (Choose two.)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which three arithmetic operations can be performed on a column by using a SQL function that is built into Oracle database? (Choose three.)
Correct Answer: A,D,E
Vote an answer
Examine the data in the INVOICEStable:

Examine the data in the CURRENCIEStable:

Which query returns the currencies in CURRENCIESthat are not present in INVOICES?

Examine the data in the CURRENCIEStable:

Which query returns the currencies in CURRENCIESthat are not present in INVOICES?
Correct Answer: D
Vote an answer
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?
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?
Correct Answer: B
Vote an answer
Examine the description of the CUSTOMERStable:

CUSTNOis the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result? (Choose two.)

CUSTNOis the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result? (Choose two.)
Correct Answer: D,E
Vote an answer
Which two statements are true regarding subqueries? (Choose two.)
Correct Answer: A,B
Vote an answer
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
Correct Answer: A,C,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
View the Exhibit and examine the structure of the ORDER_ITEMS table.

You must select the ORDER_ID of the order that has the highest total value among all the orders in the ORDER_ITEMS table.
Which query would produce the desired result?

You must select the ORDER_ID of the order that has the highest total value among all the orders in the ORDER_ITEMS table.
Which query would produce the desired result?
Correct Answer: C
Vote an answer