QuestionQ128
PerformanceExamine the following query output:

Which two statements are correct?
Choose two
- A The country table is accessed as the first table, and then joined to the city table.
- B It takes more than 8 milliseconds to sort the rows.
- C The optimizer estimates that 51 rows in the country table have Continent = ‘Asia’.
- D 35 rows from the city table are included in the result.
- E The query returns exactly 125 rows.
Community Discussion