DDL

DDL


相关考题:

以下哪项属于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、DML模式

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

DDL和DML分别代表什么?

名词解释题DDL

单选题()表示事务中只能包含数据处理语句,事务中的数据定义语句将引起事务立即提交。ASQL_TC_NONEBSQL_TC_DMLCSQL_DDL_COMMITDSQL_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命令()ACREATEBINSERTCCOMMITDSELECTE以上所述都不正确

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

单选题电汇的英文缩写为()。AT/TBM/TCD/DDL/C

单选题下列SQL语句命令,属于DDL语言的是()。ASELECTBCREATECGRANTDDELETE

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

单选题You want to create a temporary table while executing a procedure in a form. Which statement is true?()AYou cannot create a table form within Forms. BYou must use the FORMS_DDL built-in to create the table. CYou must use the DBMS_DYNAMIC_DDL package to create the table. DYou 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?()AOnly the data definition language (DDL) commands that resulted in errors are logged in the alert log file.BAll DDL commands are logged in the alert log file.CAll DDL commands are logged in a different log file that contains DDL statements and their execution dates.DOnly DDL commands that resulted in the creation of new segments are logged.EAll 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?()ANone of the data definition language (DDL) statements are logged in the trace file.BOnly DDL commands that resulted in errors are logged in the alert log file.CA new log.xml file that contains the DDL statements is created, and the DDL command details are removed from the alert log file.DOnly 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.