.delete restricted view access policy
Delete the optional table restricted view access policy. When this policy is enabled for a table, data in the table can only be queried by principals who have an UnrestrictedViewer role in the database. Deleting a policy is similar to disabling a policy.
Syntax
.delete table TableName policy restricted-view-access
Arguments
TableName - Specify the name of the table.
Example
.delete table MyTable policy restricted-view-access