InterviewSolution
Saved Bookmarks
| 1. |
The ________ SQL command generates statistics on a particular relation(a) Statistic(b) Analyze(c) Modify(d) Runstats |
|
Answer» Correct choice is (b) Analyze For explanation I would say: The analyze command is used to generate statistics on a particular set of relations. The runstats command is also valid but not in SQL. It is used in IBM DB2. |
|