【名词&注释】
操作系统(operating system)、概念数据模型(conceptual data model)、数据检索(data retrieval)、全局变量(global variable)、详细信息(detailed information)
[单选题]如果在SQL Server上运行一个非常大的数据库,为取得较好效果应选用安装()。
A. 企业版
B. 标准版
C. 个人版
D. 开发版
查看答案&解析
查看所有试题
学习资料:
[单选题]不属于SQLServer2005系统全局变量的是()。
A. @@Error
B. @@Connections
C. @@Fetch_Status
D. @Records
[多选题]现有书目表book,包含字段:price(float);现在查询一条书价最高的书目的详细信息(detailed information),以下语句正确的是()
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)
[单选题]为数据库表创建索引的目的是()
A. 提高查询的检索性能
B. 创建唯一索引
C. 与SQLServer数据检索的速度无关
D. 加快数据库打开的速度
[单选题]概念数据模型是面向()设计的。
A. 数据库管理系统
B. 操作系统
C. 用户的业务
D. 数据的管理
[单选题]消除了部分函数依赖的1NF的关系模式,必定是()模式。
A. 1NF
B. 2NF
C. 3NF
D. BCNF
本文链接:https://www.51bdks.net/show/09dnpk.html