ExamQuestions.com

Register
Login
Upgrade to Oracle Database 12c Exam Questions

Oracle

Upgrade to Oracle Database 12c

29 / 125

Question 29:

Examine this command: SQL > exec DBMS_STATS.SET_TABLE_PREFS (`SH`, `CUSTOMERS`, `PUBLISH`, `false`); Which three statements are true about the effect of this command? (Choose three.) 

Answer options:

A. Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
B. Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
C. Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
D. Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.
E. Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.