1Z0-071 Dumps

1Z0-071 Free Practice Test

Oracle 1Z0-071: Oracle Database 12c SQL

QUESTION 16

Which two statements are true regarding constraints?

Correct Answer: BE

QUESTION 17

When does a transaction complete? (Choose all that apply.)

Correct Answer: CDE

QUESTION 18

Evaluate the following SQL statement:
SELECT product_name || 'it's not available for order' FROM product_information
WHERE product_status = 'obsolete';
You received the following error while executing the above query: ERROR
ORA-01756: quoted string not properly terminated What would you do to execute the query successfully?

Correct Answer: A
References:
http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements003.htm

QUESTION 19

Examine the commands used to create the DEPARTMENT_DETAILS and the COURSE-DETAILS tables: SQL> CREATE TABLE DEPARTMfiNT_D£TAILS
DEPARTMENT_ID NUMBER PRIMARY KEY , DEPARTMEHT_NAME VARCHAR2(50) ,
HOD VARCHAP2(50));
SQL> CREATE TABLE COURSE-DETAILS (COURSE ID NUMBER PRIMARY KEY , COURS_NAME VARCHAR2 (50) ,
DEPARTMEHT_ID NUMBER REFERENCES DEPARTMENT_DETAIL
You want to generate a list of all department IDs along with any course IDs that may have been assigned to them.
Which SQL statement must you use?

Correct Answer: D

QUESTION 20

Examine the structure proposed for the TRANSACTIONS table:
1Z0-071 dumps exhibit
Which two statements are true regarding the storage of data in the above table structure? (Choose two.)

Correct Answer: AB