YOU HAVE A LARGE TABLE NAMED CUSTOMERENQUIRIES. THERE IS A CLUSTER...

13. You have a large table named CustomerEnquiries. There is a clustered index on the CustomerName column. Unfortunately, your users inform you that it takes an excessively long time to add a new customer to the table. How should you resolve this issue?A. Use the ALTER INDEX statement with the FILLFACTOR and PAD INDEX options.B. Use the DROP INDEX statement to drop the index.C. Use the ALTER INDEX statement with the NONCLUSTERED option.D. Use the ALTER INDEX statement with the REBUILD option.