In your database,the SALES table exists in the SH schema and unified auditing is enabled.As the DBA,you successfully execute the commands:
SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales;
SQL> AUDIT POLICY sales_pol;
Which statement is true about the SALES_POL audit policy?