Computer scienceFundamentalsSQL and DatabasesBasics SQLData Definition Language

CHECK constraint

Alter table

Report a typo

Arrange the following steps to add a constraint to the employees table.

Put the items in the correct order
CHECK (salary > bonus);
chk_salary_gt_bonus
ADD CONSTRAINT
ALTER TABLE employees
___

Create a free account to access the full topic