oracle ocp 19c考题,科目082考试题(21)-read-only table

21、Choose three

Examine this description of the PRODUCTS table:

Name NULL? TYPE

------------------------------------------------------------------------

PROD_ID NOT NULL VARCHAR2(6)

QUANTITY NUMBER(8,2)

PRICE NUMBER(10.2)

EXPIRY_DATE DATE

Rows exist in this table with data in all the columns. You put the PRODUCTS table in read-only mode.

Which three commands execute successfully on PRODUCTS?

A) ALTER TAELE products DROP COLUMN expiry_date;

B) CREATE INDEX price_idx on products (price);

C) ALTER TABLE products SET UNUSED(expiry_date);

D) TRUNCATE TABLE products;

E) ALTER TABLE products DROP UNUSED COLUMNS

F) DROP TABLE products

source : cuug

posted on 2022-01-26 16:43  alice9313  阅读(113)  评论(0)    收藏  举报

导航