TABLE_PRIVILEGES
Grants on objects for which the user is the grantor, grantee, owner, or an enabled role or PUBLIC is the granteeColumns
___________________________
SELECT_PRIV
Permission to SELECT from the object?
CREATED
Timestamp for the grant
INDEX_PRIV
Permission to create/drop an INDEX on the object?
ALTER_PRIV
Permission to ALTER the object?
REFERENCES_PRIV
Permission to make REFERENCES to the object?
INSERT_PRIV
Permission to INSERT into the object?
GRANTOR
Name of the user who performed the grant
TABLE_NAME
Name of the object
OWNER
Owner of the object
GRANTEE
Name of the user to whom access was granted
UPDATE_PRIV
Permission to UPDATE the object?
DELETE_PRIV
Permission to DELETE from the object?
Related Commands: