单项选择题
A. Drop the table.
B. Partition the table
C. Truncate the table.
D. Add a column to the table.
E. Rename a column in the table.
多项选择题 Which of the following information will be gathered by the SQL Test Case Builder for the problems pertaining to SQL-related problems?()
单项选择题 Which tasks can be accomplished using the DBMS_LOB. SETOPTIONS procedure?()
单项选择题 An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERS table using the following command: SQL>CREATE INDEX ord_custname_ix ON orders(custname); The ORDERS table is frequently queried using the CUSTNAME column in the WHERE clause. You want to check the impact on the performance of the queries if the index is not available. You do not want the index to be dropped or rebuilt to perform this test.Which is the most efficient method of performing this task?()