Enable or Disable Row Access Policy
If you have dbadmin privileges, you can enabled and disable individual row access policies in a table, as the following examples show:
Enable Row Access Policy
=> ALTER ACCESS POLICY on customer FOR rows enable;
Disable Row Access Policy
=> ALTER ACCESS POLICY on customer FOR rows disable;