exam questions

Exam 1z0-082 All Questions

View all questions & answers for the 1z0-082 exam

Exam 1z0-082 topic 1 question 23 discussion

Actual exam question from Oracle's 1z0-082
Question #: 23
Topic #: 1
[All 1z0-082 Questions]

You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?

  • A. COLUMN STORE COMPRESS FOR QUERY LOW
  • B. ROW STORE COMPRESS BASIC
  • C. COLUMN STORE COMPRESS FOR ARCHIVE LOW
  • D. COLUMN STORE COMPRESS FOR ARCHIVE HIGH
  • E. ROW STORE COMPRESS ADVANCED
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
avanand
Highly Voted 4 years, 4 months ago
E is correct https://docs.oracle.com/database/121/ADMIN/tables.htm#ADMIN-GUID-34D15DD1-0925-4C9A-BE8A-3EE91671E526
upvoted 11 times
Ekos
4 years ago
i agree
upvoted 1 times
...
...
cseko76
Most Recent 2 months, 2 weeks ago
my answer: E -> compress rows for all DML statementsc+ lower overheads than Hybrid Columnar Compression the others: B. ROW STORE COMPRESS BASIC: false, not works for all DML statements, e.g. updated rows are not compressed A, C, D: false due to higher overheads
upvoted 1 times
...
valiantvimal
8 months, 2 weeks ago
E option is right: “ROW STORE COMPRESS ADVANCED”. See the example below: CREATE TABLE emp (emp_id NUMBER, first_name VARCHAR2(128), last_name VARCHAR2(128)) ROW STORE COMPRESS ADVANCED;
upvoted 1 times
...
nautil2
1 year, 3 months ago
Selected Answer: E
https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6 When you enable table compression by specifying ROW STORE COMPRESS ADVANCED, you enable Advanced Row Compression. Oracle Database compresses data during all DML operations on the table. This form of compression is recommended for OLTP environments.
upvoted 2 times
...
auwia
1 year, 6 months ago
Selected Answer: E
Advanced row compression.
upvoted 2 times
...
ryuah
3 years ago
E is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago