Entering content frame

CASCADE Option (cascade_option) Locate the document in its SAP Library structure

A CASCADE option (cascade_option) determines the deletion behavior for objects (for example, tables, users), that is, it defines whether certain dependencies are to be taken into account when objects are deleted (dropped).

Syntax

<cascade_option> ::= CASCADE | RESTRICT

Explanation

CASCADE: Dependencies are not to be taken into account

RESTRICT: Dependencies are to be taken into account

SQL Statements

DROP TABLE Statement

DROP USER statement

DROP USERGROUP statement

DROP VIEW Statement

DROP Definition

REVOKE Statement

Referential CONSTRAINT definition

 

Leaving content frame