Oracle Application Express 5: Developing Web Applications — Question 19

What is the least error-prone way to split a long list into two lists?

Answer options

Correct answer: C

Explanation

Option C is the least error-prone method because it allows for careful selection and verification of the entries being moved. The other options introduce higher risks of accidentally deleting or misplacing entries during copying or editing processes, which can lead to data loss or inconsistencies.