Multiple choice technology databases

Which is the only sys view which can be modified ?

  1. col$
  2. aud$
  3. row$
  4. none

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

AUD$ is the audit trail table in Oracle that can be modified, typically for maintenance purposes like truncating old audit records. Other SYS tables like COL$ and ROW$ are data dictionary tables that should never be directly modified.