Saved Bookmarks
| 1. |
What Is Cql? |
|
Answer» CQL is CASSANDRA Query language to access and query the Apache DISTRIBUTED database. It consists of a CQL parser that incites all the implementation details to the server. The syntax of CQL is SIMILAR to SQL but it does not alter the Cassandra DATA MODEL. CQL is Cassandra Query language to access and query the Apache distributed database. It consists of a CQL parser that incites all the implementation details to the server. The syntax of CQL is similar to SQL but it does not alter the Cassandra data model. |
|