Domain constraints

Domain constraints are user-defined data types, and we can define them like this: 

Domain Constraint = data type + Constraints (NOT NULL / UNIQUE / PRIMARY KEY / FOREIGN KEY / CHECK / DEFAULT).

For example:

  • Possible day value could be between 1-31
  • Possible month value could be between January, February till December
  • Grade score can be between A-F in any university grading system
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.227.10.162