ALTER TABLE column-modification syntax [CR 438076]

In Chapter 6, “SQL Statements,” the ALTER TABLE statement “Parameters” section should contain the following syntax:

column-modification: 
SET DEFAULT default-value
| DROP DEFAULT
| ADDCONSTRAINT column-constraint-name  ] CHECKcondition )
| { DELETE | DROP } CONSTRAINT column-constraint-name
| { DELETE | DROP } CHECK
| SET COMPUTEexpression )
| DROP COMPUTE