有一个名为“Students”的SQL Server

题目

有一个名为“Students”的SQL Server数据库,在其中有一个包含学号、姓名、性别、班级、数学、语文、英语7个字段的“学生成绩表”,使用该数据库中的信息,写出实现下列要求的SQL语句。查询所有总分在240以上的所有记录

参考答案和解析
正确答案:Select*from学生成绩表where数学+语文+英语>240
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are the administrator of a SQL server computer. The server is running SQL Server 6.5 and SQL Server 7.0.

You install a named instance of SQL Server 2000, and then run the SQL server upgrade wizard. On the database selection screen, some of the SQL Server 6.5 databases are not listed.

You cancel the SQL Server upgrade wizard.

You need to ensure that the SQL Server 6.5 databases are listed in the wizard. What should you do?

A.Uninstall SQL Server 7.0, and then rerun the SQL Server upgrade wizard.

B.Run the Microsoft SQL Server-switch application, and then rerun the SQL Server upgrade wizard.

C.Create a data transformation services package that imports the databases from SQL Server 6.5 to SQL Server 2000, and then execute the package.

D.Uninstall SQL Server 2000, and then reinstall SQL Server 2000 as the default instance.


正确答案:D
解析:Explanation:ToruntheSQLServerUpgradeWizard,youmusthaveadefaultinstanceofMicrosoftSQLServer2000installedonyourcomputer.IncorrectAnswers:A:ItisnotnecessarytouninstallSQLServer7.0.JustinstallSQLServer2000asthedefaultinstance.WecannotruntheSQLServerupgradewizardunlessSQLServer2000isinstalled.B:ToruntheSQLServerUpgradeWizard,youmusthaveadefaultinstanceofMicrosoftSQLServer2000installedonyourcomputer.C:WewanttoensurethattheSQLServer6.5databasesarelistedintheSQLServer2000installationwizard.TocreateDTStransformationpackagesthatupgradeSQLServer6.5databaseestoSQLServer2000databaseswemustinstallSQLServer2000first.

第2题:

SQL Server数据库文件中的事务日志文件的后缀名为()。

A..mdf

B..ndf

C..exe

D..ldf


本题答案:D

第3题:

在SQL Server 2008中,用户数据库中主要数据文件的扩展名为【8】。


正确答案:
MDF【解析】SQL Server 2008中,用户数据库的数据文件的主要拓展名为MDF。

第4题:

下列叙述中正确的是()。

  • A、SQL SERVER实例是提供服务的,所以一个SQL Server实例称为一个数据库服务器
  • B、SQL SERVER实例也叫做数据库引擎
  • C、若计算机上安装多个SQL SERVER实例,则它们可以相互管理

正确答案:A

第5题:

你正在设计一个计划迁移Microsoft SQL Server 2008数据库SQL Azure。你不计划来迁移SQL Server数据库SQL Server 2008 R2,你需要推荐一个方法执行批量数据传输从SQL Server数据库SQL Azure。你推荐什么?()

  • A、使用bcp工具。
  • B、使用dta效用。
  • C、使用SQL Server导入和导出向导。
  • D、附上每个SQL Server数据库SQL Azure。

正确答案:A

第6题:

ms sql server 与sql server有多大的区别?


sql server原来是sybase的,微软从sybase买了代码使用权,在其基础上,开发出了ms sql server现在,sybase的sql server已经没影了,所以我们平常说的sql server实际上都指的微软的。


希望能帮到你,别忘了采纳我的答案哦,祝你生活愉快!


第7题:

SQL Server的数据库文件的扩展名为() 、事务日志文件的扩展名为()。


参考答案:mdf,ldf

第8题:

下列哪个版本的SQL Server是完全由微软公司开发的第一个SQL Server版本( )。

A、SQL Server4.2

B、SQL Server6.0

C、SQL Server 7.0

D、SQL Server 2000


参考答案:B

第9题:

你正在设计一个计划对现有的Microsoft SQL Server 2008数据库迁移到SQL Azure数据库包含一个SQL服务器代理工作,清理应用程序日志表。您需要推荐一个方法确保SQL Server代理工作继续不加修改地运行。你推荐()

  • A、使用SQL Azure数据同步服务。
  • B、在SQL Azure运行SQL Server代理。
  • C、使用SQL Server集成服务(ssi)连接到SQL Azure。
  • D、连接现有的本地SQL Server代理工作SQL Azure。

正确答案:D

第10题:

SQL Server2008系统中次数据文件的扩展名为()

  • A、mdf
  • B、ndf
  • C、ldf
  • D、doc

正确答案:B

更多相关问题