The corresponding indexes for the table are also truncated.
Delete triggers on the table are fired during the execution of the TRUNCATE command.
The child table is truncated when the TRUNCATE command is applied on the parent table.
The high-water mark (HWM) is set to point to the first usable data block in the table segment.
No undo or very little undo data is generated during the execution of the TRUNCATE command
第1题:
关于Truncate table, 以下()描述是错误的。
第2题:
You enabled Flashback Data Archive on the INVENTORY table.Which DDL operation is supported on the table after enabling Flashback Data Archive?()
第3题:
You enabled Flashback Data Archive on the INVENTORY table. Which DDL operation is supported on the table after enabling Flashback Data Archive?()
第4题:
For which two SQL statements can you use the Flashback Table feature to revert a table to its previous state?()
第5题:
Which statements are correct regarding indexes? ()
第6题:
You have just performed a FLASHBACK TABLE operation using the following command: flashback table employees to scn 123456; The employees table has triggers associated with it. Which of the following statements is true regarding the state of the triggers during the Flashback Table operation?()
第7题:
The FLASHBACK TABLE statement will not be written to the alert log file.
The EMP table that was dropped by mistake from the database will be restored.
The changes made to the EMP table since the specified time will be undone.
The FLASHBACK TABLE statement will not maintain the existing indexes on the EMP table.
The FLASHBACK TABLE statement will be executed within a single transaction.
The list of transactions that have modified the EMP table since the specified time will be displayed.
第8题:
No flashback is possible to bring back the ITEM table.
The ORDER table is dropped along with the ITEM table.
The dependent referential integrity constraints in the ORDER table are disabled.
The dependent referential integrity constraints in the ORDER table are removed.
The table definition of the ITEM table and associated indexes are placed in the recycle bin.
第9题:
Drop the table.
Partition the table.
Truncate the table.
Add a column to the table.
Rename a column in the table.
第10题:
It releases the storage space used by the table.
It does not release the storage space used by the table.
You can roll back the deletion of rows after the statement executes.
You can NOT roll back the deletion of rows after the statement executes.
An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.
You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table
第11题:
Truncate table 可跟Where从句,根据条件进行删除
Truncate table 用来删除表中所有数据
触发器对Truncate table无效
delete 比Truncate table速度快
第12题:
No flashback is possible to bring back the ITEM table.
The ORDERS table is dropped along with the ITEM table.
The dependent referential integrity constraints in the ORDERS table are disabled.
The dependent referential integrity constraints in the ORDERS table are removed.
The table definition of the ITEM table and associated indexes are placed in the recycle bin
第13题:
关于Truncatetable,以下()描述是正确的。
第14题:
Which two partitioned table maintenance operations support asynchronous Global Index Maintenance inOracle database 12c?()
第15题:
What is the result of executing a TRUNCATE TABLE command on a table that has Flashback Archivingenabled?()
第16题:
Evaluate the SQL statement:TRUNCATE TABLE DEPT;Which three are true about the SQL statement? ()
第17题:
Which three descriptions are correct about the effects of the TRUNCATE command on a table()
第18题:
Truncate table 可跟Where从句,根据条件进行删除
Truncate table 用来删除表中所有数据
触发器对Truncate table无效
delete 比Truncate table速度快
第19题:
All the triggers are disabled.
All the triggers are enabled by default.
Enabled triggers remain enabled and disabled triggers remain disabled.
Triggers are deleted when a Flashback Table operation is performed.
第20题:
ALTER TABLE SPLIT PARTITION
ALTER TABLE MERGE PARTITION
ALTER TABLE TRUNCATE PARTITION
ALTER TABLE ADD PARTITION
ALTER TABLE DROP PARTITION
ALTER TABLE MOVE PARTITION
第21题:
The corresponding indexes for the table are also truncated.
Delete triggers on the table are fired during the execution of the TRUNCATE command.
The child table is truncated when the TRUNCATE command is applied on the parent table.
The high-water mark (HWM) is set to point to the first usable data block in the table segment.
No undo or very little undo data is generated during the execution of the TRUNCATE command
第22题:
The EMPLOYEES table will be changed to read-only mode during the shrink operation.
The indexes created on the EMPLOYEES table will need to be rebuilt after the shrink operation is over.
The shrink behavior will be cascaded to all dependent segments of the table that support a shrink operation.
Data manipulation language (DML) operations will not be possible on the EMPLOYEES table during the COMPACTION phase of the shrink operation.
第23题:
When a table is dropped, the corresponding indexes are automatically dropped.
For each DML operation performed, the corresponding indexes are automatically updated.
Indexes should be created on columns that are frequently referenced as part of an expression.
A non-deferrable PRIMARY KEY or UNIQUE KEY constraint in a table automatically creates a uniqueindex.
第24题:
The forwarding table is stored only on the PFE
The forwarding table contains all known routes
The forwarding table is stored on both the RE and PFE
The forwarding table is stored only on the RE