Column Access Privileges

In a Relativity database, a given group may have access rights or privileges to a column within a table. In order to perform an SQL operation, such as SELECT, INSERT, or UPDATE on a column within a table, the user must belong to a group granted the corresponding privilege for the columns affected by the operation.

The following Column privileges are available for a group:

Note: There is no Column Delete privilege because the SQL DELETE statement deletes a row of a table, thus requiring delete privilege on all columns. You must use the Table Delete privilege described in Table Privileges to grant the privilege to delete rows of a table.