【名词&注释】
数据管理(data management)、文件系统(file system)、技术发展(technology development)、一对一(one to one)、详细信息(detailed information)、业务员(business expenditure)、完整性约束条件(integrity constraints)、产品数量(quantity of statistical production)
[单选题]()能够创建数据库。
A. 任何SQL Server用户
B. 任何Windows用户
C. Dbcreator角色的成员
D. DB_owner角色的成员
查看答案&解析
查看所有试题
学习资料:
[单选题]某公司经销多种产品,每名业务员(business expenditure)可推销多种产品,且每种产品由多名业务员(business expenditure)推销,则业务员(business expenditure)与产品之间的关系是()。
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
[多选题]现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息,以下语句正确的是()
A. select top 1 * from book order by price asc
B. select top 1 * from book order by price desc
C. select top 1 * from book where price= (select max (price)from book)
D. select top 1 * from book where price= max(price)
[多选题]数据库中有一张表名为Emp,包含有如下列:EmpNO(雇员编号,Varchar(20),Pk),Job(职位Varchar(10)),HirDate(雇佣日期,Date),Sal(月薪,Float),Comm(奖金,Float,可为空)。查询出雇员编号为791,792,793的雇员信息是()
A. Select * From Emp Where EmpNO In('791','792','793')
B. Select * From Emp Where EmpNO ='791' Or EmpNO='792' OR EmpNO='793'
C. Select * From Emp Where EmpNO >='791' And EmpNO<='793'
D. Select * From Emp Where EmpNO >'791' And EmpNO<'793'
[单选题]下面列出的数据管理技术发展的阶段中,()阶段没有专门的软件对数据进行管理。
A. 人工管理阶段
B. 文件系统阶段
C. 数据处理阶段
D. 数据库阶段
[单选题]创建一个名为’catt’的新表,要求该表包含’kehu’表的所有记录,应使用的SQL语句是()
A. select*intocatt where from kehu
B. select*into catt from kehu
C. insert into catt select*from kehu
D. inser tinto catt from select*from kehu
[单选题]当用SQL的ALTERTABLE语句修改基本表时,如果要删除其中的某个完整性约束条件(integrity constraints),应在该语句中使用短语()
A. MODIFY
B. DROP
C. ADD
D. DELETE
本文链接:https://www.51bdks.net/show/yzpy8o.html