Free Oracle 1z0-071 Practice Test & Real Exam Questions

  • Exam Code/Number: 1z0-071
  • Exam Name/Title: Oracle Database SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle PL/SQL Developer Certified Associate
  • Exam Questions: 325
  • Updated On: Jun 27, 2026
Which two are true about constraints?
Correct Answer: D,E Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description of the EMPLOYEES table:

NLS_DATE_FORMAT is set to DD-MON-YY.
Which query requires explicit data type conversion?
Correct Answer: E Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which statement will return a comma-separated list of employee names in alphabetical order for each department in the EMP table?
Correct Answer: C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description of the CUSTOMERS table:

You want to display details of all customers who reside in cities starting with the letter D followed by at least two character.
Which query can be used?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which two are true about rollbacks?
Correct Answer: B,D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which three queries use valid expressions?
Correct Answer: B,D,F Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description of the CUSTOMERS table:
Which three statements will do an implicit conversion?
Correct Answer: A,B,E Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description of the BOOKS table:

The table has 100 rows.
Examine this sequence of statements issued in a new session;
INSERT INTO BOOKS VALUES ('ADV112' , 'Adventures of Tom Sawyer', NULL, NULL); SAVEPOINT a; DELETE from books; ROLLBACK TO SAVEPOINT a; ROLLBACK; Which two statements are true?
Correct Answer: B,C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which two are true about granting object privileges on tables, views, and sequences?
Correct Answer: A,D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which three statements are true about Structured Query Language (SQL)?
Correct Answer: C,D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine the description or the BOOKS_TRANSACTIONS table:

FOR customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?
Correct Answer: D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which statement is true about aggregate functions?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).