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

问题:

[单选]

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

在下面查询语句执行时,显示结果的排列次序将由一个列的值决定,该列是()。
       select 专业,count(*)as 人数
          from 学生
          group by 专业
          order by 专业

A . 学生
B . 人数
C . orderby
D . 专业

尸斑的位置应该在() 胸腹部。 腰背部。 四肢。 低下部位。 All consultants belong to a global group named TempWorkers.     You place three file servers in a new organizational unit named SecureServers. The three file  servers contain confidential data located in shared folders.     You need to record any failed attempts made by the consultants to access the confidential data.     Which two actions should you perform() Create and link a new GPO to the SecureServers organizational unit. Configure the Audit privilege use Failure audi。 Create and link a new GPO to the SecureServers organizational unit. Configure the Audit object access Failure aud。 Create and link a new GPO to the SecureServers organizational unit. Configure the Deny access to this computer f。 On each shared folder on the three file servers, add the three servers to the Auditing tab.  Configure the Failed Full control setting in the Auditing Entry dialog box.。 On each shared folder on the three file servers, add the TempWorkers global group to the Auditing tab. Configure th。 增值税是以货物生产流通和劳务服务在各个流通环节的()为征税对象征收的一种税。 法定销售额。 法定增值额。 法定利润额。 法定净收益。 你是TestKing网站的电脑管理员,你把所有的客户机从WindowsNT Workstation4.0升级到了WindowsXP专业版,升级完成后,Anne报告说她的电脑启动后分辨率是640*480,16位颜色,她不能更改设置,并且她想选择WindowsXP的主题,你要确保Anne能使用WindowsXP界面,你要怎么做呢?() 升级显卡的驱动使其支持显示分辨率和颜色深度。 在高级显示中的颜色管理中,给Anne的显示器添加颜色配置文件。 在显卡的高级属性设置中,落选允许复合写的复选框。 恢复显卡驱动,恢复到原先WindowsNT Workstation4.0的时候。 美国1787年宪法以分权与制衡为出发点,确立了一套地域和体制的双向平衡机制。这种分权制衡的机制体现在()。 ①各州和联邦政府之间 ②联邦政府的立法、行政、司法之间 ③国会参众两院之间 ④总统与内阁之间 ①②③。 ①②④。 ②③④。 ①②③④。

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

在下面查询语句执行时,显示结果的排列次序将由一个列的值决定,该列是()。
       select 专业,count(*)as 人数
          from 学生
          group by 专业
          order by 专业

参考答案:

  参考解析

本题暂无解析

在线 客服