ALTER TABLE and modifying columns [CR 408589]

In Chapter 3, “SQL Statements,” the ALTER TABLE statement description does not define “column-modification.”

ALTER column-name column-modification Change the definition of a column. The permitted modifications are as follows:

Another ALTER clause is incorrect and should read as follows:

| ALTER CONSTRAINT constraint-name  CHECK ( new-condition  )