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

问题:

[单选]

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

在下面查询语句中,所使用常量的数据类型是()。
      select* 
      from选课
      where学生号=’0303001’

A . 日期
B . 实数
C . 整数
D . 字符

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You add a Web form that contains the following code fragment.  AllowSorting="True" DataSourceID="Products">   SelectMethod="GetData" TypeName="DAL" />   English  Chinese  Japan  Korean  - 42 - Test Information Co., Ltd. All rights reserved.   You write the following code segment for the GetData method of the DAL class. (Line numbers are included for reference only.)  01 Public Function GetData() As Object  02 Dim cnn As New SqlConnection( 03  Dim strQuery As String = "SELECT * FROM Products"  04  05 End Function  You need to ensure that the user can use the sorting functionality of the gvProducts GridView control.  Which code segment should you insert at line 04?() A。 B。 C。 D。 小区种植鉴定中,品种纯度的结果可以用百分率来表示,也可以用下列哪项来表示?() 变异株数目。 杂草数目。 异作物数目。 本品种数目。 旅游消费活动的认识过程主要通过()等心理活动来完成 知觉。 感觉。 想象。 思维。 记忆。 企业文化的内容包括() 企业哲学。 企业价值观。 企业精神。 企业制度。 企业的道德规范和企业形象。 You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue.  You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times.  What should you recommend?()  Appropriately handle poison messages.。  Decrease the visibility timeout for messages.。  Reduce the time-to-live interval for messages in the queue.。  Increase the number of worker role instances reading messages from the queue.。

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

在下面查询语句中,所使用常量的数据类型是()。
      select* 
      from选课
      where学生号=’0303001’

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服