Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are roles in cqlsh?



What are roles in cqlsh?..

Answer / Madan Kumar

Roles in cqlsh are a way to manage permissions for users. Each role has a set of privileges associated with it, which determine what operations a user can perform on the cluster. The available roles are `system_user`, `system_admin`, and `system_schema`. You can set a user's role using the `GRANT` command.nnFor example:nn```sqlnGRANT ALL PRIVILEGES ON ALL KEYSPACES TO my_user WITH ROLE = system_admin;```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

What is the use of “ResultSet execute(Statement statement)” method?

1 Answers  


Does Cassandra support ACID transactions?

1 Answers  


What is bloom filter?

1 Answers  


What are durable writes?

1 Answers  


What are different logging levels in cassandra?

1 Answers  


Define commit log?

1 Answers  


What is a row in cassandra?

1 Answers  


What are the differences between a node, a cluster, and datacenter in Cassandra?

1 Answers  


What is column store db? Explain with an example.

1 Answers  


Why is Cassandra popular? Clarify.

1 Answers  


Is it possible to add or delete column families in a working group?

1 Answers  


Define consistency?

1 Answers  


Categories