SQL$HELP72.HLB  —  DROP  SEQUENCE  Arguments  CASCADE
    The CASCADE clause specifies that you want SQL to invalidate
    all objects that refer to the sequence and then delete the
    sequence definition. If you delete a sequence referenced by a
    stored routine or trigger with a routine or language-semantic
    dependency, SQL also marks the affected stored routine or trigger
    as invalid.
Close Help