当前位置:国家开放大学(数据库基础与应用)题库

问题:

[单选]

假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下所示:
       学生(学生号char(7),姓名char(8),性别char(2),专业char(10),年级int)
       课程(课程号char(4),课程名char(10),课程学分int)
       选课(学生号char(7),课程号char(4),成绩int)

在下面查询语句中,所使用的星号*代表选课表中的()。
       select*
          from 选课
          order by 成绩

A . 一部分字段
B . 所有字段
C . 最后一个字段
D . 第一个字段

You are planning the migration of an existing application to Windows Azure and SQL Azure.  The original application includes a Microsoft SQL Server 2008 database.   You need to recommend an approach for ensuring that the database migrates successfully toSQL Azure.  Which two actions should you recommend?()  Remove all clustered indexes from the database.。  Remove all dependencies on the Microsoft Distributed Transaction Coordinator (MSDTC) from the application.。  Use SSL and SQL authentication to connect to the database.。  Use SSL and Windows authentication to connect to the database.。 时间分辨率 Your company has an Active Directory domain. All consultants belong to a global group named  TempWorkers. The TempWorkers group is not nested in any other groups.   You move the computer objects of three file servers to a new organizational unit named  SecureServers. These file servers contain only confidential data in shared folders.    You need to prevent members of the TempWorkers group from accessing the confidential data  on the file servers. You must achieve this goal without affecting access to other domain  resources.     What should you do() Create a new GPO and link it to the SecureServers organizational unit. Assign the Deny access to this computer fro。 Create a new GPO and link it to the domain. Assign the Deny access to this computer from the network user right to。 Create a new GPO and link it to the domain. Assign the Deny log on locally user right to the TempWorkers global g。 Create a new GPO and link it to the SecureServers organizational unit. Assign the Deny log on locally user right to。 一台装有SQL Server 2005的服务器SQL1上有15个数据库,数据库DB1是其中之一。最近,使用DB1的用户报告说查询的执行时间很长。你想要在包含所有生产数据库的测试环境中再现并分析此问题。为了晚些在测试服务器上执行之用,你需要记录SQL1全天的工作负荷。并且,你要确保即使是SQL1应力不足,也能不跳过地捕获所有事件,你该怎样做?() 启动SQL1上的SQL Server Profiler并连接到本地。使用Tuning模板,然后以DatabaseID列等于DB1数据库的ID为条件创建一个过滤器。将跟踪存于SQL1的表中。。 启动你电脑里的SQL Server Profiler并连接到SQL1。使用Tuning模板,将跟踪信息存于测试机的表中。确保选中“服务器处理跟踪数据”选项。。 启动测试机上的SQL Server Profiler并连接到SQL1。使用Replay模板。将跟踪信息保存于测试机的文件中。确保选中“服务器处理跟踪数据”选项。。 启动你电脑里的SQL Server Profiler并连接到SQL1。使用Replay模板。将跟踪信息存储到你的电脑文件里。确保未选中“服务器处理跟踪数据”选项。。 与免疫有关的不良反应是() 副作用。 毒性反应。 过敏反应。 后遗效应。

假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下所示:
       学生(学生号char(7),姓名char(8),性别char(2),专业char(10),年级int)
       课程(课程号char(4),课程名char(10),课程学分int)
       选课(学生号char(7),课程号char(4),成绩int)

在下面查询语句中,所使用的星号*代表选课表中的()。
       select*
          from 选课
          order by 成绩

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服