网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Whatarethreebenefitsofperformingdatadefinitionlanguage(DDL)statementsagainstapartitionedtablewiththeUPDATEGLOBALINDEXESclause?()

A.GlobalindexesarerebuiltautomaticallyattheendoftheDDLoperationtherebyavoidingproblemswiththeUNUSABLEstatus.

B.YoudonothavetosearchforinvalidglobalindexesaftertheDDLcommandcompletesandrebuildthemindividually.

C.GlobalindexesaremaintainedduringtheoperationoftheDDLcommandandthereforecanbeusedbyanyconcurrentquery.

D.Globalindexesremainintactandavailableforusebydatamanipulationlanguage(DML)statementsevenforsessionsthathavenotenabledtheskippingofunusableindexes.


参考答案

更多 “ Whatarethreebenefitsofperformingdatadefinitionlanguage(DDL)statementsagainstapartitionedtablewiththeUPDATEGLOBALINDEXESclause?() A.GlobalindexesarerebuiltautomaticallyattheendoftheDDLoperationtherebyavoidingproblemswiththeUNUSABLEstatus.B.YoudonothavetosearchforinvalidglobalindexesaftertheDDLcommandcompletesandrebuildthemindividually.C.GlobalindexesaremaintainedduringtheoperationoftheDDLcommandandthereforecanbeusedbyanyconcurrentquery.D.Globalindexesremainintactandavailableforusebydatamanipulationlanguage(DML)statementsevenforsessionsthathavenotenabledtheskippingofunusableindexes. ” 相关考题
考题 以下哪项属于DDL操作( )A.updateB.createC. insertD.delete

考题 触发器分为DML触发器和DDL触发器两种类型。()

考题 Examine the following command;ALTER SYSTEM SET enable_ddl_logging = TRUE;Which statement is true?() A. Only the data definition language (DDL) commands that resulted in errors are logged in the alert log file.B. All DDL commands are logged in the alert log file.C. All DDL commands are logged in a different log file that contains DDL statements and their execution dates.D. Only DDL commands that resulted in the creation of new segments are logged.E. All DDL commands are logged in XML format in the alert directory under the Automatic Diagnostic Repository (ADR) home.

考题 数据库管理系统(DBMS) 提供数据定义语言(DDL) 及它的翻译程序,DDL定义数据的模式、外模式和内模式,并通过翻译程序分别翻译成相应的目标模式,存放在______。

考题 数据库管理系统(DBMS)提供数据定义语言(DDL )及它的翻译程序,DDL定义数据库的模式、外模式和内模式,并通过翻译程序分别翻译成相应的目标模式,存放在 【】 。

考题 关于DDL与事务控制,下列说法错误的是()。A、COMMIT和ROLLBACK语句只应用于DMLB、无法回滚DDL语句C、DDL语句一旦被执行就会立即具有持久状态D、如果没有在CREATETABLE命令内嵌入COMMIT命令,不会出现未完成的

考题 DDL保护主要用于远距离或电阻型故障的检测,DDL保护分为()保护。

考题 数据定义语言DDL包括三个基本语句,分别是CREATE、DROP和()

考题 SQL语言的功能有()。A、DDL功能B、DCL功能C、DTL功能D、DML功能E、DBL功能

考题 ()表示事务中只能包含数据处理语句,事务中的数据定义语句将引起事务立即提交。A、SQL_TC_NONEB、SQL_TC_DMLC、SQL_DDL_COMMITD、SQL_DDL_IGNORE

考题 DDL

考题 定义并解释以下术语:模式、外模式、内模式、DDL、DML模式

考题 SQL的DDL语句不包括()A、SELECTB、CREATETABLEC、DROPVIEWD、DROPINDEX

考题 DDL和DML分别代表什么?

考题 名词解释题DDL

考题 单选题()表示事务中只能包含数据处理语句,事务中的数据定义语句将引起事务立即提交。A SQL_TC_NONEB SQL_TC_DMLC SQL_DDL_COMMITD SQL_DDL_IGNORE

考题 多选题What are three benefits of performing data definition language (DDL) statements against a partitioned table with the UPDATE GLOBAL INDEXES clause?()AGlobal indexes are rebuilt automatically at the end of the DDL operation thereby avoiding problems with the UNUSABLE status.BYou do not have to search for invalid global indexes after the DDL command completes and rebuild them individually.CGlobal indexes are maintained during the operation of the DDL command and therefore can be used by any concurrent query.DGlobal indexes remain intact and available for use by data manipulation language (DML) statements even for sessions that have not enabled the skipping of unusable indexes.

考题 填空题数据库管理系统(DBMS)提供数据定义语言(DDL)及它的翻译程序,DDL定义数据库的模式、外模式和内模式,并通过翻译程序分别翻译成相应的目标模式,存放在()。

考题 单选题以下哪个命令是DDL命令()A CREATEB INSERTC COMMITD SELECTE 以上所述都不正确

考题 填空题数据定义语言DDL包括三个基本语句,分别是CREATE、DROP和()

考题 单选题电汇的英文缩写为()。A T/TB M/TC D/DD L/C

考题 单选题下列SQL语句命令,属于DDL语言的是()。A SELECTB CREATEC GRANTD DELETE

考题 问答题DDL和DML分别代表什么?

考题 单选题You want to create a temporary table while executing a procedure in a form. Which statement is true?()A You cannot create a table form within Forms. B You must use the FORMS_DDL built-in to create the table. C You must use the DBMS_DYNAMIC_DDL package to create the table. D You can write the CREATE TABLE statement directly into the trigger.

考题 单选题Examine the following command; ALTER SYSTEM SET enable_ddl_logging = TRUE; Which statement is true?()A Only the data definition language (DDL) commands that resulted in errors are logged in the alert log file.B All DDL commands are logged in the alert log file.C All DDL commands are logged in a different log file that contains DDL statements and their execution dates.D Only DDL commands that resulted in the creation of new segments are logged.E All DDL commands are logged in XML format in the alert directory under the Automatic Diagnostic Repository (ADR) home.

考题 单选题Examine the following command:ALTER SYSTEM SET enable_ddl_logging=FALSE;Which statement is true?()A None of the data definition language (DDL) statements are logged in the trace file.B Only DDL commands that resulted in errors are logged in the alert log file.C A new log.xml file that contains the DDL statements is created, and the DDL command details are removed from the alert log file.D Only DDL commands that resulted in the creation of new database files are logged.

考题 单选题Which of the following statements is true regarding the VERSIONS BETWEEN clause?()A  The VERSIONS BETWEEN clause may be used in DML statements.B  The VERSIONS BETWEEN clause may be used in DDL statements.C  The VERSIONS BETWEEN clause may not be used to query past DDL changes to tables.D  The VERSIONS BETWEEN clause may not be used to query past DML statements to tables.