博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
假定在MYSQL_假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下 - 问答库...
阅读量:1532 次
发布时间:2019-04-21

本文共 1963 字,大约阅读时间需要 6 分钟。

问题:

[单选]

假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下所示:

学生(学生号char(7),姓名char(8),性别char(2),专业char(10),年级int)

课程(课程号char(4),课程名char(10),课程学分int)

选课(学生号char(7),课程号char(4),成绩int)

在下面查询语句执行时,显示出的学生记录表示()。

select*

from学生

where学生号 not in(select 学生号 from选课)

A . 有选修课程

B . 只有一门选修课程

C . 没有选修课程

D . 有一门或两门选修课程

施工进度计划的调整包括()。 调整工程量。 调整工作起止时间。 调整工作关系。 调整项目质量标准。 调整工程计划造价。

下列属于管理心理学常用的研究方法的是()。 观察法。 问卷法。 访谈法。 实验法。

You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement.Which criterion should the method meet?() The method must return a type of either IEnumerator or IEnumerable.。 The method must return a type of IComparable.。 The method must explicitly contain a collection.。 The method must be the only iterator in the class.。

You need to select a class that is optimized for key-based item retrieval from both small and large collections.Which class should you choose?() OrderedDictionary class。 HybridDictionary class。 ListDictionary class。 Hashtable cla。

You are designing a Windows Azure application. Messages will be placed into a Windows Azure Queue and then processed by a worker role.  There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).  You need to recommend an approach for concurrently processing messages while minimizing compute cost. What should you recommend?()  A single role instance that processes messages individually。  A single role instance with multithreaded request processing。  Multiple role instances that process messages individually。  Multiple role instances, each with multithreaded request processing。

假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下所示:

学生(学生号char(7),姓名char(8),性别char(2),专业char(10),年级int)

课程(课程号char(4),课程名char(10),课程学分int)

选课(学生号char(7),课程号char(4),成绩int)

在下面查询语句执行时,显示出的学生记录表示()。

select*

from学生

where学生号 not in(select 学生号 from选课)

参考答案:

C

●  参考解析

本题暂无解析

转载地址:http://zekdy.baihongyu.com/

你可能感兴趣的文章
9-调用connect连接超时
查看>>
10-在accept之前中止连接(连接异常)
查看>>
11-服务端进程终止和SIGPIPE信号
查看>>
21-关于linux信号的基本使用
查看>>
27-线程同步——互斥量
查看>>
18-UDP的connect函数
查看>>
19c删除spatial组件ORA-28014: cannot drop administrative user or role
查看>>
oracle快速查找阻塞会话
查看>>
rufus制作u盘启动
查看>>
dell r340安装window和linux
查看>>
Oracle 19c使用dbca来搭建物理DG
查看>>
mysql5.7.28+centos7.6互为主从配置
查看>>
关于oracle的Flashback
查看>>
Oracle 19c使用dbca来搭建物理DG--主rac备rac
查看>>
文件传输校验md5
查看>>
间隔分区表查分区名称
查看>>
oracle各版本最新补丁查找
查看>>
再次遇到Abstract Data Types not supported[x.x][STATE_ID=8]
查看>>
测试pdb名称是否可以和cdb相同,结论是NO
查看>>
Java中OutOfMemoryError(内存溢出)的三种情况及解决办法
查看>>