Implementing: An employee email address should use the company domain. That is, the email address should end with 'abcco.com'.
alter table employee
add constraint emp_email_check check (co_email in ('
Implementing: An employee email address should use the company domain. That is, the email address should end with 'abcco.com'.
alter table employee
add constraint emp_email_check check (co_email in ('