0% found this document useful (0 votes)
47 views2 pages

03 Revoke Syntax

This document outlines the syntax for revoking privileges in SQL. The revoke statement is used to revoke system or object privileges from users or roles. It includes an on_object_clause to specify the object the privilege applies to, and a grantee_clause to identify the user or role having privileges revoked.

Uploaded by

Istakhar Rajib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

03 Revoke Syntax

This document outlines the syntax for revoking privileges in SQL. The revoke statement is used to revoke system or object privileges from users or roles. It includes an on_object_clause to specify the object the privilege applies to, and a grantee_clause to identify the user or role having privileges revoked.

Uploaded by

Istakhar Rajib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Syntax

revoke::=

revoke_object_privileges::=

(revoke_system_privileges::=, revoke_object_privi
leges::=)
(on_object_clause::=, grantee_clause::=)
revoke_system_privileges::=

grantee_clause::=

(grantee_clause::=)

on_object_clause::=

You might also like