Restricting conditions

Previous Next

A restricting condition is a SQL condition attached to a Table Right or Column Right. The condition restricts the access afforded by the Table Right or Column Right to only a subset of records.

The condition is like a WHERE clause that would identify that subset of records if it were used as part of an explicit SQL SELECT statement.

 

 

collapseSyntax
collapseDetermining the condition's scope
collapseDefining a condition

 

 

See also

Authorization concepts

Scope