ALTER TABLE SPLIT PARTITION
ALTER TABLE MERGE PARTITION
ALTER TABLE TRUNCATE PARTITION
ALTER TABLE ADD PARTITION
ALTER TABLE DROP PARTITION
ALTER TABLE MOVE PARTITION
第1题:
You enabled Flashback Data Archive on the INVENTORY table.Which DDL operation is supported on the table after enabling Flashback Data Archive?()
第2题:
You enabled Flashback Data Archive on the INVENTORY table. Which DDL operation is supported on the table after enabling Flashback Data Archive?()
第3题:
For which two SQL statements can you use the Flashback Table feature to revert a table to its previous state?()
第4题:
Which two operations can be performed on an external table()
第5题:
Which two operations can be performed on an external table()
第6题:
ALTER TABLE table_name DROP CONSTRAINT constraint_name CASCADE
ALTER TABLE table_name DROP CONSTRAINT FOREIGN KEY CASCADE
DROP CONSTRAINT table_name(constraint_name)
ALTER TABLE table_name DROP CONSTRAINT constraint_name
第7题:
ALTER TABLE CUSTOMER DROP column LOGOUTTIME
UPDATE TABLE DROP column LOGOUTTIME
ALTER TABLE CUSTOMER DROP LOGOUTTIME
UPDATE TABLE DROP LOGOUTTIME
第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题:
Export and import the mapping table.
Drop and re-create the mapping table.
Truncate the mapping table and reinsert the values.
Use the ALTER TABLE .. REBUILD command to defragment the mapping table.
第10题:
ALTER TABLE SPLIT PARTITION
ALTER TABLE MERGE PARTITION
ALTER TABLE TRUNCATE PARTITION
ALTER TABLE ADD PARTITION
ALTER TABLE DROP PARTITION
ALTER TABLE MOVE PARTITION
第11题:
Using a partial local Index on the warehouse fact table month column with indexing disabled to the table partitions that return most of their rows to the queries.
Using a partial local Index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.
Using a partitioned view that does a UNION ALL query on the partitions of the warehouse fact table, which retains the existing local partitioned column.
Converting the partitioned table to a partitioned view that does a UNION ALL query on the monthly tables, which retains the existing local partitioned column
Using a partial global index on the warehouse fact table month column with indexing disabling for the table partitions that return most of their rows to the queries.
Using a partial global index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.
第12题:
Create a view on the table.
Create an index on the table.
Create a synonym on the table.
Add a virtual column to the table.
Update the table using the UPDATE statement.
Delete rows in the table using the DELETE command
第13题:
Which two partitioned table maintenance operations support asynchronous Global Index Maintenance inOracle database 12c?()
第14题:
Which two operations can be flashed back using the Flashback technology?()
第15题:
You execute this command to drop the ITEM table, which has the primary key referred in the ORDERtable: SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE; Which two statements are true about the effect of the command()
第16题:
You execute this command to drop the ITEM table, which has the primary key referred in the ORDERS table:SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE; Which two statements are true about theeffect of the command()
第17题:
ALTER TABLE test ADD t_sex CHAR(2)
ALTER TABLE test ADD t_sex
ALTER TABLE test ALTER t_sex CHAR(2)
ALTER TABLE test DROP(t_sex CHAR(2))
第18题:
DROP USER SMITH;
DROP TABLE EMPLOYEES;
DROP TABLESPACE USERS;
ALTER TABLE SALES_REP DROP PARTITION P1;
ALTER TABLE EMPLOYEES DROP COLUMN DESIG_ID;
第19题:
UPDATE TABLE
CREATE CLUSTER
TRUNCATE TABLE
ALTER TABLE MOVE
INSERT INTO···VALUES
ALTER TABLE···DROP COLUMN
ALTER TABLE···DROP PARTITION
第20题:
DROP USER SMITH;
DROP TABLE EMPLOYEES;
DROP TABLESPACE USERS;
ALTER TABLE SALES_REP DROP PARTITION P1;
ALTER TABLE EMPLOYEES DROP COLUMN DESIG_ID;
第21题:
The clustered index of the Orders table should be dropped.
The clustered index of the Orders table offline should be rebuilt once a month.
The clustered index of the Orders table should be excluded from scheduled reorganizing or rebuilding operations.
The clustered index of the Orders table should be reorganized by reducing the fill factor.
第22题:
Drop the table.
Partition the table.
Truncate the table.
Add a column to the table.
Rename a column in the table.
第23题:
Create a view on the table.
Create an index on the table.
Create a synonym on the table.
Add a virtual column to the table.
Update the table using the UPDATE statement.
Delete rows in the table using the DELETE command.
第24题:
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