【单选题】【消耗次数:1】
The news came _____ we won the first prize in the competition.
that
which
whether
how
参考答案:
复制
纠错
相关题目
【单选题】 The news came _____ we won the first prize in the competition.
①  that
②  which
③  whether
④  how
【单选题】 Tom won the first prize of oral English contest, which is beyond his ______.
①  reputation
②  contribution
③  expectation
【单选题】 28.---Jane won the first prize in the concert. ---______.
①  Soshedid
②  Sodidshe
③  Soshedid,too
④  Sodidshe,too
【单选题】 Congratulations! You won the first prize in today’s speech contest.
①  Yes, I beat the others
②  No, no, I didn’t do it well
③  Thank you
④  Dont mention it.
【单选题】 A: Congratulations!You won the first prize in the English speech contest. B: [填空].
①  Yes, I beat the others
②  Thank you
③  No, no, I didnt do it well
④  Its a pleasure
【单选题】 We wont know whether it will be successful. We wont know whether there will be good ___.
①  ends
②  results
③  effects
④  causes
【单选题】 ___ is no possibility ___ Bob can win the first prize in the match.
①  There; that
②  It; that
③  There; whether
④  It; whether
【单选题】 12._____is no possibility ____Bob will win the first prize in the match.
①  That;that
②  There;that
③  There;whether
④  It;whether
【单选题】 The manager came over and asked the customer how ___.
①  did the quarrel came about
②  the quarrel had come about
③  had the quarrel come about
④  had the quarrel come about
【单选题】 30.We heard the news on _____ radio. They watched the news on _____ television.
①  the ;/
②  a;/
③  / ;the
④  one;/
随机题目
【单选题】 下列为变量赋值的语句中,错误的是( )。
①  SET @X = 10
②  SELECT @X = 10
③  SET @X = 10 + 10
④  SET @X = 10 + A
【单选题】 关于 numeric(p,s)说法错误的是( )。
①  p代表整个数值的数字位数
②  s代表小数点后的数字位数
③  numeric(p,s)是近似数值类型
④  最大的存储空间是17字节
【单选题】 下列关于扩大SQL Server 2008数据库空间的说法,错误的是( )。
①  可以扩大数据文件和日志文件的空间
②  可以通过添加新文件的方法扩大数据库空间
③  可以直接扩大数据文件的空间
④  只能通过添加新文件的方法扩大日志的空间
【单选题】 设有表T,现要在该表新增加一个列,列名为:c1,类型为int。下列能实现该功能的语句是( )。
①  ALTER TABLE T ADD COLUMN c1 int
②  ALTER TABLE T ADD (c1 int)
③  ALTER TABLE T ADD COLUMN c1
④  ALTER TABLE T ADD c1
【单选题】 设有表M,将其中的Type列的数据类型改为NCHAR(4)。下列能实现该功能的语句是( )。
①  ALTER TABLE M ADD COLUMN Type NCHAR(4)
②  ALTER TABLE M ALTER COLUMN Type NCHAR(4)
③  ALTER TABLE M DROP COLUMN Type NCHAR(4)
④  ALTER TABLE M ALTER Type NCHAR(4)
【单选题】 下列关于用文件管理数据的说法,错误的是( )。
①  用文件管理数据,难以提供应用程序对数据的独立性
②  当存储数据的文件名发生变化时,必须修改访问数据文件的应用程序
③  用文件存储数据的方式难以实现数据访问的安全控制
④  将相关的数据存储在一个文件中,有利于用户对数据进行分类,因此也可以加快用户操作数据的效率
【判断题】 数据模型的三要素是数据操作、数据结构、完整性约束。
①  正确
②  错误
【判断题】 在一台计算机上安装一次SQL Server时,就生成了一个实例。在一台计算机上只能安装一个默认实例,同时也只能安装一个命名实例。
①  正确
②  错误
【判断题】 数据库管理系统DBMS是对数据库进行管理的系统软件,位于应用程序和操作系统之间。
①  正确
②  错误
【单选题】 下列关于传统关系运算的说法,错误的是( )。
①  集合的并运算要求参与运算的两个关系必须具有相同的目
②  有m目x行数据的关系R和有n目y行数据的关系S进行笛卡尔积运算,其结果是有(m+n)目和(x+y)行数据的关系
③  对m目的关系R进行选择运算,其结果关系一定也是m目的
④  对m行数据的关系R进行投影运算,其结果关系的行数可能小于m