Multiple choice technology

User cannot generate statics on a particular column of a table.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Users can generate statistics on specific columns using commands like GENERATE STATISTICS. This is a common database administration task for optimizing query performance. Column-level statistics help the query optimizer make better decisions about query execution plans.