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

问题:

[单选]

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

在下面查询语句中,包含有的子句(选项)个数为()。
      select*
      from学生
      where性别=’男’

A . 1
B . 2
C . 4
D . 3

近代西方某航海家在其《航海日志》中写到,“两位陛下决定派我前往印度,以熟悉它的国土、人民和君主,了解他们的风俗习惯并带回如何能使他们皈依我国神圣宗教的经验,便不走通常的东行陆路,而走向西的海路。这条路,据我们所知,迄今尚无人走过。”这位航海家应该是()。 迪亚士。 达•伽马。 哥伦布。 麦哲伦。 You need to identify a type that meets the following criteria:          Is always a number.          Is not greater than 65,535.  Which type should you choose?() System.UInt16。 int。 System.String。 System.IntPtr。 Your company’s security policy requires complex passwords. You have a comma delimited file named import.csv that contains user account information. You  need to create user accounts in the domain by using the import.csv file.   You also need to ensure that the new user accounts are set to use default passwords and are  disabled.     What should you do() Modify the userAccountControl attribute to disabled. Run the csvde -i -k -f import.csv command. Run the DSMOD u。 Modify the userAccountControl attribute to accounts disabled. Run the csvde -f import.csv command. Run the DSM。 Modify the userAccountControl attribute to disabled. Run the wscript import.csv command. Run the DSADD utility to。 Modify the userAccountControl attribute to disabled. Run the ldifde -i -f import.csv command. Run the DSADD utility。 李某系私营企业振兴服装厂的厂长,1996年2月27日,李某因与他人发生经济纠纷而被当西城区公安局刑事拘留。3月9日,西城区人民检察院批准将其逮捕。5月17日区检察院提出公诉。9月13日,西城区检察院对此判决提出抗诉。在市中级人民法院审理此案期间。市人民检察院撤消了抗诉决定。1996年11月30日,市中级人民法院裁定终止本案审理。振兴服装厂因厂长被羁押,自1996年3月停产。1966年9月1日,西城区工商行政管理局以法定代表人涉嫌犯罪为由吊销了该厂营业执照。李某被释放后曾就吊销营业执照一事提出行政复议申请,但市工商局维护了原决定。 李某被羁押达9个月,如果他就此项损害提出赔偿要求,赔偿义务机关是谁?如果赔偿义务机关拒绝赔偿,他如何继续请求赔偿? You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.  You want to add an audio player that plays .wav or .mp3 files when the user clicks a button.   You plan to store the name of the file to a variable named SoundFilePath.  You need to ensure that when a user clicks the button, the file provided by SoundFilePath plays.  What should you do?() Write the following code segment in the button onclick event. System.Media. SoundPlayer player = new System.Media. SoundPlayer(SoundFilePath); player.play();。 Write the following code segment in the button onclick event. MediaPlayer player = new MediaPlayer(); player.Open(new URI(SoundFilePath), UriKind.Relative)); player.play();。 Use the following code segment from the PlaySound() Win32 API function and call the PlaySound function in the button onclick event. [sysimport(dll="winmm.dll")] public static extern long PlaySound(String SoundFilePath, long hModule, long dwFlags);。 Reference the Microsoft.DirectX Dynamic Link Libraries. Use the following code segment in the button onclick event. Audio song = new Song(SoundFilePath); song.CurrentPosition = song.Duration; song.Play()。

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

在下面查询语句中,包含有的子句(选项)个数为()。
      select*
      from学生
      where性别=’男’

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服