1.

What Is The Command To Enable Query High Compression On Table?

Answer»

SQL>alter table table_name MOVE compress for QUERY HIGH;

SQL>alter table table_name move compress for query high;



Discussion

No Comment Found