Online Access Free 1z0-071 Exam Questions

Exam Code:1z0-071
Exam Name:Oracle Database SQL
Certification Provider:Oracle
Free Question Number:325
Posted:Nov 02, 2025
Rating
100%

Question 1

Examine this statement:
SELECT last name
FROM employees
ORDER BY CASE WHEN salary = (SELECT MAX(salary) FROM employees)
THEN 'A'
ELSE last_ name
END ,last_name DESC;
Which two statements are true?

Question 2

SELECT *
FROM bricks,colors;
Which two statements are true?

Question 3

In the PROMOTIONS table, the PROMO_BEGTN_DATE column is of data type DATE and the default date format is DD-MON-RR.
Which two statements are true about expressions using PROMO_BEGIN_DATE contained in a query?

Question 4

Examine this query:
SELECT employee_id,first_name,salary
FROM employees
WHERE hire_date>'&1';
Which two methods should you use to prevent prompting for a hire date value when this query is executed?

Question 5

Which statements are true regarding primary and foreign key constraints and the effect they can have on table data?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.