"localhost:/firebird/data/ILICHEVSK2.FDB". Проверки Previous topic Chapter index Next topic

QUALITY_CHK_CLASS

 

Определение

ALTER TABLE QUALITY ADD CONSTRAINT QUALITY_CHK_CLASS check ((quality.classid is null) or ((select class.cropid from class where quality.classid = class.classid) = quality.cropid))

     Previous topic Chapter index Next topic