假定在MYSQL_假定在名称为教学库的数据库中包含有学生、课程和选课三个表,它们的定义如下 - 问答库...
发布日期:2021-06-24 11:23:46 浏览次数:3 分类:技术文章

本文共 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

●  参考解析

本题暂无解析

转载地址:https://blog.csdn.net/weixin_32473663/article/details/113681290 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:mysql多字段存储过程_mysql 的存储过程_多字段
下一篇:python22期_python22期第八天(正则表达式-模块,总结)

发表评论

最新留言

路过按个爪印,很不错,赞一个!
[***.219.124.196]2024年04月02日 00时21分11秒