Download presentation
Presentation is loading. Please wait.
1
Constraints of several types
Constraints & Triggers Constraints of several types
2
Constraints Integrity Constraints
Impose restrictions on allowable data, beyond those imposed by structure and types Non-null constraints Key constraints Attribute-based and tuple-based constraints General assertions Next video: Referential Integrity (foreign key) constraints
3
Constraints Constraints Demo Simple college admissions database
College(cName,state,enrollment) Student(sID,sName,GPA,sizeHS) Apply(sID,cName,major,decision)
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.