Exam Code: 1Z0-071
Exam Questions: 561
Oracle Database 12c SQL
Updated: 15 Apr, 2026
Viewing Page : 1 - 57
Practicing : 1 - 5 of 561 Questions
Question 1

An Oracle database server session has an uncommitted transaction in progress which updated 5000
rows in a table.
In which three situations does the transactions complete thereby committing the updates? (Choose
three.)

Options :
Answer: A,B,D

Question 2

View the Exhibit and examine the data in EMP and DEPT tables.

1Z0-071
In the DEPT table, DEPTNO is the PRIMARY KEY.
In the EMP table, EMPNO is the PRIMARY KEY and DEPTNO is the FOREIGN KEY referencing the
DEPTNO column in the DEPT table.
What would be the outcome of the following statements executed in the given sequence?
DROP TABLE emp;
FLASHBACK TABLE emp TO BEFORE DROP;
INSERT INTO emp VALUES (2, ‘SCOTT’, 10);
INSERT INTO emp VALUES (3, ‘KING’, 55);

Options :
Answer: D

Question 3

SCOTT is a user in the database. Evaluate the commands issued by the DBA:

1Z0-071
Which statement is true regarding the execution of the above commands?

Options :
Answer: B

Question 4

Evaluate these commands which execute successfully CREATE SEQUENCE ord_seq
INCREMENT BY 1
START WITH 1
MAXVALUE 100000
CYCLE
CACHE 5000;
Create table ord_items(
ord_no number(4) default ord_seq.nextval not null,
Item_no number(3),
Qty number(3),
Expiry_date date,
Constraint it_pk primary key(ord_no,item_no),
Constraint ord_fk foreign key (ord_no) references orders(ord_no));
Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence?

Options :
Answer: B,D

Question 5

Examine this SQL statement:
SELECT cust_id, cus_last_name 'Last Name'
FROM customers
WHERE country_id = 10
UNION
SELECT cust_id CUST_NO, cust_last_nam
FROM customers
WHERE country_id = 30
Identify three ORDER BY clauses, any one of which can complete the query successfully.

Options :
Answer: A,C

Viewing Page : 1 - 57
Practicing : 1 - 5 of 561 Questions

© Copyrights FreePDFQuestions 2026. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.