What is the difference between:
GRANT DELETE ON TABLE1 TO ROLE1
and
GRANT DELETE TO ROLE1
One of our DBAs executed the second version by mistake. I want to be certain I understand all the ramifications.
|
What is the difference between:
and
One of our DBAs executed the second version by mistake. I want to be certain I understand all the ramifications. |
|||||
|
|
The first is table specific. The second allows deletion from any table |
|||
|
|