RDBMS Fundamentals

Row Level Security

English

Overview

A feature that controls access to a table with fine-grained control down to the individual row.

Details

Commonly abbreviated RLS. Even when different users query the same table, only the rows they're permitted to see are automatically returned, making it commonly used to isolate data per tenant in a multi-tenant SaaS application.

More Database terms