【名词&注释】
安全性(safety)、一致性(consistency)、管理员、查询分析器(query parser)、网络实用工具、产品数量(quantity of statistical production)
[多选题]管理员在执行create database benet usebenet create table benet01(column1int,column2int)语句时,发生了错误,如何修改()
A. 分别执行每一句
B. 将各个语句使用go分开再执行
C. 不能将表格命名为benet01
D. 不能将数据库命名为benet
查看答案&解析
查看所有试题
学习资料:
[单选题]要想使SQL Server2005数据库管理系统开始工作,必须首先启动()。
A. SQL Server服务器
B. 查询分析器
C. 网络实用工具
D. 数据导入和导出程序
[单选题]数据库备份的作用是()。
A. 保障安全性
B. 一致性控制
C. 故障后的恢复
D. 数据的转储
[多选题]已知数据库的排序规则是默认设置。在northwind数据库中有一个表[orderdetails],表示所有定单的详情,该表中有一列quantity,表示定单中某产品的数量。你想实现按照产品数量(quantity of statistical production)从小到大排序来查询定单,使用orderby子句为()
A. Select * from [order details] Order by quantity desc
B. Select * from [order details] Order by quantity asc
C. Select * from [order details] Order by quantity
D. Select * from [order details] Order by desc quantity
本文链接:https://www.51bdks.net/show/dn0x0x.html