📝 Question
#1115
Which of the following is used to avoid cascading of authorizations from the user?
✓
Correct Answer
B. Revoke select on department from Amit, Satoshi restrict;
💡
Explanation
The revoke statement may specify restrict in order to prevent cascading revocation. The keyword cascade can be used instead of restrict to indicate that revocation should cascade.
⌨️ Press
A
B
C
D
to select