Example 1: Deleting a constraint The following statement deletes the SEX_NOT_NULL constraint. SQL> DROP CONSTRAINT SEX_NOT_NULL;