RUN THIS QUERY TO FIND THE NAMES OF THE CONSTRAINTS

7. Run this query to find the names of the constraints:

select constraint_name,constraint_type,column_namefrom user_constraints natural join user_cons_columnswhere table_name='CUSTOMERS';