Limited-Time Offer: Enjoy 50% Savings! - Ends In 0d 00h 00m 00s Coupon code: 50OFF
Free Exam Questions

1Z0-071 Exam Questions & Answers

Oracle Database SQL  •  Oracle

326 Questions 120 min Updated Sep 2026 99% Pass Rate
Get Full Access

100% money-back guarantee

Sample 1Z0-071 Questions

Practice with real exam-style questions, each with the verified correct answer and explanation.

Q1 MultipleChoice

Which two are true about transactions in the Oracle Database?

Correct Answer: B, D
Explanation:

B . True. DDL (Data Definition Language) statements in Oracle Database are auto-commit statements. This means that if a DDL statement is issued, any uncommitted transactions in the same session will automatically be committed.

D . False. This is a common misconception. DML (Data Manipulation Language) statements do not automatically start new transactions. In Oracle, a transaction begins when the first DML statement (INSERT, UPDATE, DELETE, MERGE, SELECT FOR UPDATE) is encountered after a previous transaction has been committed or rolled back.

A is incorrect because DDL statements automatically commit the entire transaction, not just the data dictionary updates. C is incorrect because an uncommitted transaction is not automatically committed when a user exits SQL*Plus; instead, it is rolled back. E is incorrect because a session cannot see uncommitted updates made by other sessions.

Q2 MultipleChoice

Examine this SQL statement

DELETE FROM employees e

WHERE EXISTS

(SELECT' dummy'

FROM emp history

WHERE employee_ id= e. employee id);

Which two are true?

Correct Answer: B, D
Explanation:

For the provided DELETE statement with an EXISTS clause:

Option B: The subquery is executed before the DELETE statement is executed.

Subqueries with EXISTS are typically executed before the outer DELETE statement to determine which rows of the outer query satisfy the condition.

Option D: The DELETE statement executes successfully even if the subquery selects multiple rows.

The EXISTS condition is used to check for the existence of rows returned by the subquery, regardless of how many rows there are. It returns TRUE if the subquery returns at least one row.

Options A, C, and E are incorrect because:

Option A: This statement is incorrect; the subquery is indeed a correlated subquery because it references the employee_id from the outer query (employees).

Option C: This is incorrect because not all existing rows in the EMPLOYEES table will be deleted, only those for which an associated record exists in the emp_history table.

Option E: While technically the subquery may be evaluated multiple times, it is only executed for those rows in EMPLOYEES that satisfy the condition of the EXISTS clause.

Q3 MultipleChoice

Which two are true about the NVL, NVL2, and COALESCE functions?

Correct Answer: D, E
Explanation:

A . This statement is false. In NVL2, the first expression is returned if it is not null.

B . This statement is false. NVL2 takes exactly three arguments, not any number of expressions.

C . This statement is false. COALESCE stops evaluating its list of expressions as soon as it finds the first non-null value.

D . This is true. COALESCE returns the first non-null expression in its list.

E . This statement is true. NVL requires the first and second expressions to be of the same or compatible data types because it returns the first expression if it is not null, otherwise it returns the second.

F . This statement is false. NVL takes exactly two arguments, not any number.


Oracle Documentation on COALESCE: https://docs.oracle.com/database/121/SQLRF/functions040.htm#SQLRF00625

Oracle Documentation on NVL: https://docs.oracle.com/database/121/SQLRF/functions130.htm#SQLRF00683

Oracle Documentation on NVL2: https://docs.oracle.com/database/121/SQLRF/functions123.htm#SQLRF00682

Q4 MultipleChoice

Examine this incomplete query:

SELECT DATA'2019-01-01'+

FROM DUAL;

Which three clauses can replaceti add 22 hours to the date?

Correct Answer: C, D, F
Explanation:

In Oracle SQL, adding hours to a date can be done using the INTERVAL keyword with appropriate clauses:

Option C: INTERVAL '12' HOUR

Adds exactly 12 hours to a date.

Option D: INTERVAL '720' MINUTE

Since 720 minutes equal 12 hours, this correctly adds 12 hours to a date.

Option F: INTERVAL '11:60' HOUR TO MINUTE

This interval represents 11 hours and 60 minutes, which effectively adds up to 12 hours.

Options A, B, and E contain incorrect syntax or do not match the required addition of 22 hours as specified in the question.

Q5 MultipleChoice

Which two statements are true about dropping views?

Correct Answer: A, D

Get access to all 326 verified questions with detailed answers.

Unlock All 1Z0-071 Questions

Frequently Asked Questions

The 1Z0-071 exam covers fundamental SQL concepts including SELECT statements, JOIN operations, subqueries, DML and DDL statements, functions, and data manipulation. It also includes topics like schema objects, constraints, indexes, views, sequences, and basic database administration tasks related to SQL.

The 1Z0-071 exam is 120 minutes long and consists of 55 multiple-choice questions. You need to answer the questions within the allotted time, and the passing score is typically 63% or higher.

The 1Z0-071 is the newer version that replaced 1Z0-061 and covers SQL and PL/SQL fundamentals. While 1Z0-061 focused on SQL fundamentals, 1Z0-071 includes some basic PL/SQL concepts along with comprehensive SQL coverage for Oracle Database 12c and later versions.

Oracle recommends having at least 6 months of hands-on experience with Oracle Database and SQL before attempting the exam. Basic knowledge of database concepts and familiarity with SQL syntax and database terminology is essential for success.

Oracle provides official study guides, training courses, and documentation available through Oracle University. Additionally, third-party resources include practice tests, online courses, books, and study materials from various vendors like Udemy, Pluralsight, and dedicated Oracle certification prep providers.
Exam Details
  • Exam Code1Z0-071
  • VendorOracle
  • Total Questions326
  • Duration 120 min
  • LanguageEnglish
  • Last UpdatedSep 1, 2026
4.9/5

Pass 1Z0-071 First Time

Get all 326 exam questions with verified answers and 90-day free updates.

Buy Now & Pass
  • PDF + Practice Test Bundle
  • 90-Day Free Updates
  • 100% Money-Back Guarantee
  • Instant Download
  • 24/7 Customer Support
99% Pass Rate Trusted by 50,000+ IT professionals