On this page
SQL audit logging gives you detailed information about queries being executed against a table in your cluster. This feature is especially useful when you want to log all queries that are run against a table that contains cardholder data, private health information (PHI), or other personally-identifiable information (PII).
After you enable SQL audit logging for a table, contact Support to request the audit logs.
Enable auditing
Use the ALTER TABLE ... EXPERIMENTAL_AUDIT
statement:
> ALTER TABLE {table_name} EXPERIMENTAL_AUDIT SET READ WRITE;
Replace {table_name}
with the name of a table.