你是一个brokerage公司的数据库开发者。这个数据库包括一张名为Trades的表。如下是用于创建该表的脚本:你要确保在trades表里可任意的进行插入和查询操作。你要怎么做?()
A:Execute the DBCC DBREINDEX statement on the table.
B:Execute the UPDATE STATISTICS statement on the table.
C:Execute the DROP STATISTICS statement on the clustered index.
D:Execute the DBCC INDEXDEFRAG statement on the primary key index.
E:Execute the DROP INDEX and CREATE INDEX statements on the primary key index.
出自:计算机科学