Multiple choice technology delivery

SQL * Unloader is there to download data to a flat file in oracle like sqlloader to load data

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Oracle does not provide an official utility named 'SQL*Unloader' analogous to SQL*Loader. Users typically employ SQL*Plus, SPOOL commands, or external utilities for exporting data to flat files, making the statement false.