DROP POLICY statement removes an existing policy from a .
Syntax
Parameters
| Parameter | Description |
|---|---|
policy_name | Unique identifier for the policy on the table. |
table_name | The to which the policy applies. |
IF EXISTS | Suppresses an error if the policy doesn’t exist. |
CASCADE, RESTRICT | Standard dependency handling (not relevant for policies themselves). |

