Question 5 of 10Pro Only
What is Row-Level Security in PostgreSQL, and how do you implement it to restrict data access?
Sample answer preview
Row-Level Security is a PostgreSQL feature that allows you to control which rows in a table are visible or modifiable by different users. While traditional privilege management controls access at the table or column level, RLS adds fine-grained control at the individual row…
row-level securityRLSCREATE POLICYUSING clauseWITH CHECKmulti-tenant