Show TOC

CASCADE Option (cascade_option)Locate this document in the navigation structure

Use

A CASCADE option ( cascade_option) determines the deletion behavior for objects (e.g. tables, users). This means you define whether certain dependencies are to be taken into account when objects are deleted.

Structure
        

<cascade_option>::=
  CASCADE 
| RESTRICT

         

Explanation

CASCADE: Dependencies are not taken into account

RESTRICT: Dependencies are taken into account