多做题,通过考试没问题!

数据库应用技术

睦霖题库>大学试题(计算机科学)>数据库应用技术

你是一个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.
正确答案:A
答案解析:
进入题库查看解析

微信扫一扫手机做题