7) Write a query to add a unique constraint to the column Email, and a check constraint with a constraint named CHK_CONTACT to the column Contact_No to ensure that the contact number should accept only 10 digits in the customer table.

 


Comments