-- Add a constraint for rating to ensure rating in the program table are between 0 and 5 Call the constraint rating check ALTER TABLE Program ADD CONSTRIANT rating_check CHECK(rating >= 0 AND Rating =< 5);
To embed this project on your website, copy the following code and paste it into your website's HTML: