QuestionQ157
PerformanceReview the following statement and its output:

Which two statements about the histogram are true?
Choose two
- A It is used to filter the rows in the world.city table.
- B It improves the index statistics on the Population column.
- C It is used by the optimizer to improve the join order.
- D It is created using 64 random dives into the world.city table.
- E It contains statistics for the number of distinct values in the Population column.
- F It provides information about the frequency of the Population values.
Community Discussion