1.建立索引的目的是( )。 A.加快数据库的打开速度 B.提高 SQL Server 数据检索的速度 C.降低 SQL Server 数据检索的速度 D.与 SQL Server 数据检索的速度无关 答案:B 2.在Sybase数据库中,当执行一个存储过程时,服务器到哪里查询该存储过程( ) 答案:A 3.在oracle数据库中,如何删除sales 表中产品类型为toys的profits 列的列值 from sales; profits from sales where product_type='TOYS'; from sales where product_type='ToYS'; sales set profits=null where product_type='TOYS'; 答案:C 4.在sqlserver数据库中,通过哪条语句可以检查查询使用的时间和CPU使用情况( ) A.使用 set statistics io 语句 B.使用 set statistics time 语句 C.使用 set statistics CPU 语句 D.使用 set statistics