The DROP SHADOW RULE
syntax is used to drop shadow rule for specified database
DropShadowRule ::=
'DROP' 'SHADOW' 'TABLE' 'RULE' shadowRuleName ('FROM' databaseName)?
shadowRuleName ::=
identifier
databaseName ::=
identifier
DROP SHADOW RULE shadow_rule FROM test1;
DROP SHADOW RULE shadow_rule;
DROP
, SHODOW
, RULE
, FROM