This command adds a constraint using the same syntax as the Create Table command (see Constraint Definition for Local Tables).ADD [CONSTRAINT constraint_name] ...Assuming the current schema is PUBLIC, this example adds a foreign key constraint to the deptId column of the test table that references the rowId of the dept table.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |