CISSP · Question #62
The Structured Query Language (SQL) implements Discretionary Access Controls (DAC) using
The correct answer is B. GRANT and REVOKE.. The Structured Query Language (SQL) implements Discretionary Access Controls (DAC) using the GRANT and REVOKE commands. DAC is a type of access control that allows the owner or creator of an object, such as a table, view, or procedure, to grant or revoke permissions to other user
Question
The Structured Query Language (SQL) implements Discretionary Access Controls (DAC) using
Options
- AINSERT and DELETE.
- BGRANT and REVOKE.
- CPUBLIC and PRIVATE.
- DROLLBACK and TERMINATE.
How the community answered
(41 responses)- A7% (3)
- B88% (36)
- C2% (1)
- D2% (1)
Explanation
The Structured Query Language (SQL) implements Discretionary Access Controls (DAC) using the GRANT and REVOKE commands. DAC is a type of access control that allows the owner or creator of an object, such as a table, view, or procedure, to grant or revoke permissions to other users or roles. For example, a user can grant SELECT, INSERT, UPDATE, or DELETE privileges to another user on a specific table, or revoke them if needed.
Topics
Community Discussion
No community discussion yet for this question.