
Oracle Database 23ai SQL Associate - 1Z0-171 Exam Questions
QUESTION NO: 1
What will the following query do?
SELECT employee_id, salary
FROM employees
WHERE salary > (SELECT AVG(salary) FROM employees);
What will the following query do?
SELECT employee_id, salary
FROM employees
WHERE salary > (SELECT AVG(salary) FROM employees);
Correct Answer: B
QUESTION NO: 2
Which function returns the current system date and time in the database session's time zone?
Which function returns the current system date and time in the database session's time zone?
Correct Answer: A
QUESTION NO: 3
What is the purpose of using external tables in Oracle Database?
What is the purpose of using external tables in Oracle Database?
Correct Answer: A
QUESTION NO: 4
Which command would drop an index from a table?
Which command would drop an index from a table?
Correct Answer: B
QUESTION NO: 5
What is the primary purpose of a primary key in a relational database?
What is the primary purpose of a primary key in a relational database?
Correct Answer: D
QUESTION NO: 6
Which of the following statements is true about constraints in Oracle Database?
Which of the following statements is true about constraints in Oracle Database?
Correct Answer: D




