DROP CONSTRAINT

    Table of contents

    Removes a CHECK constraint from the table.

    Warning

    Removed CHECK constraints cannot be re-added to an existing table once dropped.

    The name (optionally schema-qualified) of the table.

    check_name

    The name of the check constraint to be removed.