Multiple choice technology databases

Using ALTER TABLE command one can only ADD or DROP a constraint, but NOT MODIFY it's structure.

  1. True

  2. False

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

Using the ALTER TABLE statement, constraints can be added, dropped, enabled, or disabled, but their internal structure (such as the columns they reference) cannot be directly modified. To modify a constraint's definition, you must drop it and recreate it, validating the statement as true.