The CHECK constraint limits the value range that can be placed in a column. It ensures only specific values are accepted either on a single column or based on conditions across multiple columns.
-- All the primary key and foreign key constraints are included in the DDL. Other constraints are as follows: ALTER TABLE SCHEDULES ADD CONSTRAINT isAvailableChk CHECK (isAvailable in (0, 1)); ALTER ...
Sommige resultaten zijn verborgen omdat ze mogelijk niet toegankelijk zijn voor u.
Niet-toegankelijke resultaten weergeven