Multiple choice technology

Data cannot be deleted or truncated from an External table

  1. True

  2. False

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

External tables in most systems (including Netezza and Hive) do not support direct DELETE or TRUNCATE operations because they map to external files. You can't delete data from an external table without modifying the underlying file system directly.