InterviewSolution
Saved Bookmarks
| 1. |
Authorization capabilities for Cassandra use the familiar _________ security paradigm to manage object permissions.(a) COMMIT(b) GRANT(c) ROLLBACK(d) None of the mentioned |
|
Answer» Right option is (b) GRANT The explanation: Once authenticated into a database cluster using either internal authentication, the next security issue to be tackled is permission management. |
|