Page 1 of 1

Examine this command:SQL > exec DBMS_STATS.SET_TABLE_PREFS ("˜SH"™, "˜CUSTOMERS"™, "˜PUBLISH"™, "˜false"™);Which three s

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
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.)

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.