SQL$HELP72.HLB  —  DROP  TABLE  Arguments  RESTRICT
    Specifies that you want SQL to delete only the named table
    definition. If constraints, modules, triggers, or views are
    defined that refer to the named table, SQL does not delete the
    table. If there are indexes or storage maps that refer to the
    named table, SQL deletes the table and storage map and does not
    issue an error.
Close Help