单选题Which is an /SQL*Plus command?()AINSERTBUPDATECSELECTDDESCRIBEEDELETEFRENAME

单选题
Which is an /SQL*Plus command?()
A

INSERT

B

UPDATE

C

SELECT

D

DESCRIBE

E

DELETE

F

RENAME


参考解析

解析: 暂无解析

相关考题:

( 25 ) SQL 语言的更新命令的关键词是A ) INSERTB ) UPDATEC ) CREATED ) SELECT

SQL的数据操作语句不包括A.INSERTB.UPDATEC.DELETED.CHANGE

Which are /SQL*Plus commands? () A. INSERTB. UPDATEC. SELECTD. DESCRIBEE. DELETEF. RENAME

Which is an /SQL*Plus command? () A. INSERTB. UPDATEC. SELECTD. DESCRIBEE. DELETEF. RENAME

Which two are attributes of /SQL*Plus? () A. /SQL*Plus commands cannot be abbreviated.B. /SQL*Plus commands are accesses from a browser.C. /SQL*Plus commands are used to manipulate data in tables.D. /SQL*Plus commands manipulate table definitions in the database.E. /SQL*Plus is the Oracle proprietary interface for executing SQL statements.

SQL语言的更新命令的关键词是( )。A. INSERTB. UPDATEC. DELETED. SELECT

下列SQL语句中,修改表结构的是______。A.AITERB.UPDATEC.SELECTD.INSERTA.B.C.D.

以下SQL语句中,(60)用于修改表结构。A.ALTERB.UPDATEC.SELECTD.INSERT

将存储过程p1的执行权限授予用户U2的SQL语句为。GRANT()ONPROCEDUREPlTOU2;A.INSERTB.UPDATEC.DELETED.EXECUTE

不属于SQL的数据修改功能的命令是( )。A.INSERTB.UPDATEC.CHANGED.DELETE

SQL语言的插入命令的关键词是( )。A)INSERTB)UPDATEC)CREATED)SELECT

SQL 语言的查询语句是A)INSERTB)UPDATEC)DELETED)SELECT

实现排序运算的SQL语言子句是()A、ORDER BYB、UPDATEC、SELECTD、GROUP BY

SQL的数据操作语句不包括()A、INSERTB、UPDATEC、DELETED、CHANGE

定义视图的语句中可以包含的子句是()A、INSERTB、UPDATEC、SELECTD、DELETE

通常SQL语言的数据操纵功能包括()动词.A、INSERTB、UPDATEC、DELETED、CREATE

Which are iSQL*Plus commands? ()A、INSERTB、UPDATEC、SELECTD、DESCRIBEE、DELETEF、RENAME

Which is an iSQL*Plus command? ()A、INSERTB、UPDATEC、SELECTD、DESCRIBEE、DELETEF、RENAME

Which is an /SQL*Plus command? ()A、INSERTB、UPDATEC、SELECTD、DESCRIBEE、DELETEF、RENAME

Which are /SQL*Plus commands? ()A、INSERTB、UPDATEC、SELECTD、DESCRIBEE、DELETEF、RENAME

Which two are attributes of iSQL*Plus? ()A、/SQL*Plus commands cannot be abbreviated.B、/SQL*Plus commands are accessed from a browser.C、/SQL*Plus commands are used to manipulate data in tables.D、/SQL*Plus commands manipulate table definitions in the database.E、/SQL*Plus is the Oracle proprietary interface for executing SQL statements.

Which two are attributes of /SQL*Plus? ()A、/SQL*Plus commands cannot be abbreviated.B、/SQL*Plus commands are accesses from a browser.C、/SQL*Plus commands are used to manipulate data in tables.D、/SQL*Plus commands manipulate table definitions in the database.E、/SQL*Plus is the Oracle proprietary interface for executing SQL statements.

单选题Which /SQL*Plus feature can be used to replace values in the WHERE clause?()ASubstitution variablesBReplacement variablesCPrompt variablesDInstead-of variablesEThis feature cannot be implemented through /SQL*Plus

单选题Which is an iSQL*Plus command? ()AINSERTBUPDATECSELECTDDESCRIBEEDELETEFRENAME

多选题Which two are attributes of /SQL*Plus? ()A/SQL*Plus commands cannot be abbreviated.B/SQL*Plus commands are accesses from a browser.C/SQL*Plus commands are used to manipulate data in tables.D/SQL*Plus commands manipulate table definitions in the database.E/SQL*Plus is the Oracle proprietary interface for executing SQL statements.

多选题Which two are attributes of iSQL*Plus? ()A/SQL*Plus commands cannot be abbreviated.B/SQL*Plus commands are accessed from a browser.C/SQL*Plus commands are used to manipulate data in tables.D/SQL*Plus commands manipulate table definitions in the database.E/SQL*Plus is the Oracle proprietary interface for executing SQL statements.

单选题Which statement correctly describes SQL and /SQL*Plus?()ABoth 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.