// // This line will add a new constraint CK_GNDR-New // to the table tbl_employees // ALTER TABLE "tbl_Employees" ADD CONSTRAINT "CK_GNDR-New" CHECK("Gender" in ('Male','Female','Other'));