nerdexam
Oracle

1Z0-032 · Question #57

You want to insert rows into the ORDERS_HISTORY table from the ORDERS table on the last working day of every month. To accomplish this task, you execute the following command: INSERT / +APPEND /…

The correct answer is B. only the blocks that are above the high water mark. See the full explanation below for the reasoning.

Question

You want to insert rows into the ORDERS_HISTORY table from the ORDERS table on the last working day of every month. To accomplish this task, you execute the following command:

INSERT /* +APPEND */ INTO orders_history SELECT * FROM orders; Which blocks of the ORDERS_HISTORY table segment would be used to accommodate the data from the ORDER table?

Options

  • Aonly the block that is below the high water mark
  • Bonly the blocks that are above the high water mark
  • Conly the blocks where PCTFREE is never used
  • Dany blocks that are listed in the free list of the segment
  • Eonly the blocks where the used space is less than PCTUSED

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    78% (38)
  • C
    2% (1)
  • D
    12% (6)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-032 Practice