Free 1z1-071 Questions for Oracle Database SQL 1z1-071 Exam as PDF & Practice Test Engine

  • Exam Code/Number: 1z1-071
  • Exam Name/Title: Oracle Database SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle PL/SQL Developer Certified Associate
  • Exam Questions: 325
  • Updated On: Jul 07, 2026
Which three statements about roles are true?
Correct Answer: B,E,G Vote an answer
Explanation: Only visible for ExamDiscuss 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 ExamDiscuss members. You can sign-up / login (it's free).
You execute this command:
TRUNCATE TABIE depts;
Which two are true?
Correct Answer: C,F Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which two are true about creating tables in an Oracle database?
Correct Answer: C,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine the data in the CUST_NAME column of the CUSTOMERS table:
CUST_NAME
---------------------
Renske Ladwig
Jason Mallin
Samuel McCain
Allan MCEwen
Irene Mikkilineni
Julia Nayer
You want to display the CUST_NAME values where the last name starts with Mc or MC.
Which two WHERE clauses give the required result?
Correct Answer: B,E Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine the description of the PROMOTIONS TABLE:
You want to display the unique is promotion costs in each promotion category.
Which two queries can be used?
Correct Answer: B,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine the data in the INVOICES table:

Examine the data in the CURRENCIES table:
CURRENCY_CODE
-------------
JPY
GPB
CAD
EUR
USD
Which query returns the currencies in CURRENCIES that are not present in INVOICES?
Correct Answer: A Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine these SQL statements which execute successfully:

Which two statements are true after execution?
Correct Answer: C,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
BOOK_SEQ is an existing sequence in your schema.
Which two CREATE TABLE commands are valid?
Correct Answer: D,E Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine this query:
SELECT 2 FROM dual d1 CROSS JOIN dual d2 CROSS JOIN dual d3;
What is returned upon execution?
Correct Answer: D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10