Multiple choice technology databases Which is the only sys view which can be modified ? col$ aud$ row$ 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.