niusouti.com

SQL属于()A面向对象的编程语言B可视化计算语言C数据库查询语言D结构化编程语言

题目
SQL属于()

A面向对象的编程语言

B可视化计算语言

C数据库查询语言

D结构化编程语言


相似考题
更多“SQL属于()”相关问题
  • 第1题:

    优化SQL语句执行效率属于数据库应用系统【10】阶段的任务。


    正确答案:
    运行管理与维护【解析】优化SQL语句执行效率属于数据库应用系统运行管理与维护阶段的任务。

  • 第2题:

    下列哪一个不属于SQL2000服务器端提供的服务?

    A.SQL服务器服务

    B.SQL服务器代理

    C.查询分析器服务

    D.分布式事务协调服务


    正确答案:C
    解析:SQL Server 2000服务器端组件主要包括下列四个部分:sQL服务器服务、SQL服务器代理、分布式事务协调服务和服务器网络应用工具。查询分析器位于客户端。所以正确答案选C。

  • 第3题:

    sql语句有很多优点以下不属于其优点的是()。

    A.几乎所有重要的DBMS都支持sql。

    B.sql简单易学。

    C.sql看上去简单但是可以进行非常复杂和高级的数据库操作。

    D.不同的数据库还可以和相同的客户端完美结合使用。


    参考答案:D

  • 第4题:

    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.

  • 第5题:

    以下不属于网络数据库SQL Server中常见的版本的是()

    • A、SQL Server 2000企业版
    • B、SQL Server 2000标准版
    • C、SQL Server 2000增强版
    • D、SQL Server 2000开发版

    正确答案:C

  • 第6题:

    ()属于标记语言。

    • A、PHP
    • B、Lisp
    • C、XML
    • D、SQL

    正确答案:C

  • 第7题:

    Which statement correctly describes SQL and /SQL*Plus?()

    • A、Both SQL and /SQL*plus allow manipulation of values in the database.
    • B、/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.
    • C、/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.
    • D、/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.

    正确答案:A

  • 第8题:

    在下列不属于DBMS的是:()

    • A、Microsoft Access
    • B、SQL Server
    • C、Oracle
    • D、EXECL

    正确答案:D

  • 第9题:

    单选题
    You are a database administrator for your company. The company has two SQL Server 2005 computers named SQL1 and SQL2. SQL1 is located on the local network. SQL2 is located at a vendors site and is connected by using a VPN over the Internet. You need to write heterogeneous queries on SQL1 that access data from both SQL1 and SQL2. To ensure that your queries are functional, you must configure access to the vendors site. What should you do?()
    A

    Configure an HTTP endpoint for SQL2 on SQL1.

    B

    Configure SQL2 as a linked server on SQL1.

    C

    Configure an HTTP endpoint for SQL1 on SQL2.

    D

    Configure SQL1 as a linked server on SQL2.


    正确答案: C
    解析: 暂无解析

  • 第10题:

    ( 46 )下列哪一个不属于 SQL2000 服务器 端提供的服务?

    A) SQL 服务器服务

    B) SQL 服务器代理

    C) 查询分析器服务

    D) 分布式 事务协调服务


    正确答案:C

  • 第11题:

    以下属于网络数据库SQL Server中常见的版本的是()

    A.SQL Server 2000企业版

    B.SQL Server 2000标准版

    C.SQL Server 2000个人版

    D.SQL Server 2000企业版;SQL Server 2000标准版;SQL Server 2000个人版都是


    参考答案:D

  • 第12题:

    属于标记语言。

    A.PHP

    B.Lisp

    C.XML

    D.SQL


    正确答案:C
    解析:本题考查程序语言基础知识。PHP是一种服务器端的、嵌入HTML的脚本语言。PHP区别其他像客户端JavaScript的地方是其代码在服务器端执行,PHP可以做任何其他CGI程序所能做的事,例如收集表格数据,生成动态页面内容,或者收发cookies等,PHP支持大范围的数据库。Lisp是一种函数式程序设计语言,属于动态程序语言。SQL(Structured Query Language,结构化查询语言)最早是IBM的圣约瑟研究实验室为其关系数据库管理系统SYSTEM R开发的一种查询语言。SQL是高级的非过程化编程语言,允许用户在高层数据结构上工作。该语言不要求用户指定对数据的存放方法,也不需要用户了解具体的数据存放方式,所以具有完全不同底层结构的不同数据库系统可以使用相同的SQL语言作为数据输入与管理的接口。它以记录集合作为操纵对象,所有SQL语句接收集合作为输入,返回集合作为输出。SQL语言包含4个部分:数据查询语言(SELECT语句)、数据操纵语言(INSERT、UPDATE、DELETE语句)、数据定义语言(如CREATE、DROP等语句)和数据控制语言(如COMMIT、ROLLBACK等语句)。XML(EXtensible Markup Language)是一种类似于HTML的标记语言,用来描述数据。

  • 第13题:

    在下列选项中,不属于SQL数据定义功能的是( )。A.SELECTB.CREATEC.ALTERSXB

    在下列选项中,不属于SQL数据定义功能的是( )。

    A.SELECT

    B.CREATE

    C.ALTER

    D.DROP


    正确答案:A
    SELECT用来查询数据,属于SQL的查询功能。CREATE用来创建表,ALTER用来修改表结构,DROP用来删除表文件,均属于SQL的定义功能。

  • 第14题:

    以下属于网络数据库SQL Server中常见的版本的是()

    • A、SQL Server 2000企业版
    • B、SQL Server 2000标准版
    • C、SQL Server 2000个人版
    • D、SQL Server 2000企业版;SQL Server 2000标准版;SQL Server 2000个人版都是

    正确答案:D

  • 第15题:

    从程序设计语言的特点考虑,C语言属于()语言,而SQL属于()语言。


    正确答案:过程化;非过程化

  • 第16题:

    在SQL SELECT语句中,GRANT命令属于数据控制功能。


    正确答案:正确

  • 第17题:

    What happens when you run the SQL Tuning Advisor with limited scope?()

    • A、Access path analysis is not performed for SQL statements.
    • B、SQL structure analysis is not performed for SQL statements.
    • C、SQL Profile recommendations are not generated for SQL statements.
    • D、Staleness and absence of statistics are not checked for the objects in the SQL Tuning Advisor. In this case, SQL Tuning Advisor produces recommendations based on statistical checks, access path analysis, and SQL structure analysis. SQL profile recommendations are not generated.

    正确答案:B,C

  • 第18题:

    单选题
    Which statement correctly describes SQL and /SQL*Plus?()
    A

    Both SQL and /SQL*plus allow manipulation of values in the database.

    B

    /SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.

    C

    /SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.

    D

    /SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.


    正确答案: B
    解析: 暂无解析