Online Access Free 1z1-084 Practice Test
| Exam Code: | 1z1-084 |
| Exam Name: | Oracle Database 19c Performance and Tuning Management |
| Certification Provider: | Oracle |
| Free Question Number: | 57 |
| Posted: | Jul 22, 2026 |
You manage a 19c database with default optimizer settings.
This statement is used extensively as subquery in the application queries:
SELECT city_id FROM sh2.sales WHERE city_id=:Bl
You notice the performance of these queries is often poor and, therefore, execute:
SELECT city_id,COUNT(*) FROM sh2.sales GROUP BY city_id;
Examine the results:
There is no index on the CITY_ID column.
Which two options improve the performance?


