A面向对象的编程语言
B可视化计算语言
C数据库查询语言
D结构化编程语言
第1题:
优化SQL语句执行效率属于数据库应用系统【10】阶段的任务。
第2题:
下列哪一个不属于SQL2000服务器端提供的服务?
A.SQL服务器服务
B.SQL服务器代理
C.查询分析器服务
D.分布式事务协调服务
第3题:
A.几乎所有重要的DBMS都支持sql。
B.sql简单易学。
C.sql看上去简单但是可以进行非常复杂和高级的数据库操作。
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.
第5题:
以下不属于网络数据库SQL Server中常见的版本的是()
第6题:
()属于标记语言。
第7题:
Which statement correctly describes SQL and /SQL*Plus?()
第8题:
在下列不属于DBMS的是:()
第9题:
Configure an HTTP endpoint for SQL2 on SQL1.
Configure SQL2 as a linked server on SQL1.
Configure an HTTP endpoint for SQL1 on SQL2.
Configure SQL1 as a linked server on SQL2.
第10题:
( 46 )下列哪一个不属于 SQL2000 服务器 端提供的服务?
A) SQL 服务器服务
B) SQL 服务器代理
C) 查询分析器服务
D) 分布式 事务协调服务
第11题:
A.SQL Server 2000企业版
B.SQL Server 2000标准版
C.SQL Server 2000个人版
D.SQL Server 2000企业版;SQL Server 2000标准版;SQL Server 2000个人版都是
第12题:
属于标记语言。
A.PHP
B.Lisp
C.XML
D.SQL
第13题:
在下列选项中,不属于SQL数据定义功能的是( )。
A.SELECT
B.CREATE
C.ALTER
D.DROP
第14题:
以下属于网络数据库SQL Server中常见的版本的是()
第15题:
从程序设计语言的特点考虑,C语言属于()语言,而SQL属于()语言。
第16题:
在SQL SELECT语句中,GRANT命令属于数据控制功能。
第17题:
What happens when you run the SQL Tuning Advisor with limited scope?()
第18题:
Both SQL and /SQL*plus allow manipulation of values in the database.
/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.
/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.
/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.