Student Reviews
( 5 Of 5 )
1 review
Video of Apache Cassandra - Tutorial 8 - CQL - Keyspaces and Tables in Cassandra course by jumpstartCS channel, video No. 8 free certified online
In this video we are going to start looking out how we interact with a Cassandra cluster. In order to use this we use a special query language called Cassandra Query Language or CQL.
CQL is similar in syntax to SQL although there are some important changes. CQL can be used to create tables and keyspaces, add data to our database, update data and many other things.
CQL is simple to get started with and this video will take you through the basics. The next few videos in this series will cover more features of CQL.