Oracle Database SQL (1z1-071) Free Practice Test
Question 1
Which two statements will do an implicit conversion?
Correct Answer: B,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Which two are true about multiple table INSERT statements?
Correct Answer: B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Examine these SQL statements which execute successfully:

Which two statements are true after execution?

Which two statements are true after execution?
Correct Answer: A,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
In your session, the NLS._DAE_FORMAT is DD- MM- YYYY.There are 86400 seconds in a day.Examine this result:
DATE
02-JAN-2020
Which statement returns this?
DATE
02-JAN-2020
Which statement returns this?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Which two statements are true?
Correct Answer: B,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
Examine this list of queries:
Which two statements are true?
Which two statements are true?
Correct Answer: B,D
Question 7
Examine the description of the SALES1 table:

SALES2 is a table with the same description as SALES1,
Some sales data is duplicated In both tables.
You want to display the rows from the SALES1 table which are not present in the SALIES2 table.
Which set operator generates the required output?

SALES2 is a table with the same description as SALES1,
Some sales data is duplicated In both tables.
You want to display the rows from the SALES1 table which are not present in the SALIES2 table.
Which set operator generates the required output?
Correct Answer: B
Question 8
Which three statements are true about performing DML operations on a view with no Instead of triggers defined?
Correct Answer: A,C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
Which two are true about the data dictionary?
Correct Answer: B,C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).