This command adds a constraint using the same syntax as the Create Table command (see Column Definition for Remote Tables).ADD [CONSTRAINT constraint_name] ...Assuming the current schema is SFORCE, a foreign key constraint is added to the deptId column of the test table, referencing the rowId of the dept table. For the operation to succeed, the dept table must be empty.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |