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...


How to write a query in Cassandra?



How to write a query in Cassandra?..

Answer / Pallavi Gangwar

Cassandra queries are written using CQL (Cassandra Query Language). Here is an example of a simple SELECT statement:

```
SELECT * FROM keyspace_name.table_name WHERE column1 = value1 AND column2 = value2;
```

In this example, replace `keyspace_name`, `table_name`, `column1`, and `value1` with the appropriate values for your specific use case.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

There seem to be certain management tools in Cassandra. What are they?

1 Answers  


What is a yaml file in cassandra?

1 Answers  


What is Cassandra-CQL collection?

1 Answers  


Define commit log?

1 Answers  


What is bloom filter?

1 Answers  


what are the values stored in the cassandra column?

1 Answers  


Does Cassandra support ACID transactions?

1 Answers  


What are the consistency levels for read operations in Cassandra?

1 Answers  


How does cassandra perform read operation?

1 Answers  


What do you mean by replication strategy?

1 Answers  


What are the different types of primary key?

1 Answers  


Explain cassandra.

1 Answers  


Categories