单选题

你是一个brokerage公司的数据库开发者。这个数据库包括一张名为Trades的表。如下是用于创建该表的脚本:你要确保在trades表里可任意的进行插入和查询操作。你要怎么做?()

AExecute the DBCC DBREINDEX statement on the table.

BExecute the UPDATE STATISTICS statement on the table.

CExecute the DROP STATISTICS statement on the clustered index.

DExecute the DBCC INDEXDEFRAG statement on the primary key index.

EExecute the DROP INDEX and CREATE INDEX statements on the primary key index.

正确答案

来源:www.examk.com

答案解析