0 votes
in Sql by

How many types of Privileges are available in SQL?

1 Answer

0 votes
by

There are two types of privileges used in SQL, such as

System privilege: System privilege deals with the object of a particular type and provides users the right to perform one or more actions on it. These actions include performing administrative tasks, ALTER ANY INDEX, ALTER ANY CACHE GROUP CREATE/ALTER/DELETE TABLE, CREATE/ALTER/DELETE VIEW etc.

Object privilege: This allows to perform actions on an object or object of another user(s) viz. table, view, indexes etc. Some of the object privileges are EXECUTE, INSERT, UPDATE, DELETE, SELECT, FLUSH, LOAD, INDEX, REFERENCES etc.

Related questions

0 votes
asked Nov 26, 2020 in Sql by SakshiSharma
0 votes
asked Jul 7, 2020 in Sql by Robindeniel
...