Oracle 11G OCP 1Z0-053 256

LuiseDalian發表於2014-09-11
(256)Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily.

To save disk space, you issued the following command:

ALTER TABLE sales_2007 COMPRESS FOR ALL OPERATIONS;

What would be the outcome of this command?

A. It produces an error because data already exists in the table.

B. It produces an error because compression can be enabled at table creation only.

C. It compresses all data added or modified henceforth but the existing data in the table is not compressed immediately.

D. It immediately compresses all existing data as well as new data, resulting from either fresh additions or modifications to existing data.


答案:(C)

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1267409/,如需轉載,請註明出處,否則將追究法律責任。

相關文章