Valid 1Z0-053 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-053 Exam! ExamDiscuss.com now offer the newest 1Z0-053 exam dumps, the ExamDiscuss.com 1Z0-053 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-053 dumps with Test Engine here:
Evaluate the following command: SQL> CREATE TABLE design_data (id NUMBER, doc CLOB) LOB(doc) STORE AS SECUREFILE(DEDUPLICATE); Which statement is true regarding the above command?
Correct Answer: D
Explanation/Reference: Explanation: DEDUPLICATE or KEEP_DUPLICATES (Link) The option DEDUPLICATE enables you to specify that LOB data which is identical in two or more rows in a LOB column should share the same data blocks. The database combines LOBs with identical content into a single copy, reducing storage and simplifying storage management. The opposite of this option is KEEP_DUPLICATES.