Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Cassandra

    1. Home>
    2. Cassandra

    Cassandra – CQL User Defined Datatypes

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    CQL provides the facility of creating and using user-defined data types. You can create a data type to handle multiple fields. This chapter explains how to create, alter, and delete…

    Continue ReadingCassandra – CQL User Defined Datatypes

    Cassandra – CQL Collections

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    CQL provides the facility of using Collection data types. Using these Collection types, you can store multiple values in a single variable. This chapter explains how to use Collections in…

    Continue ReadingCassandra – CQL Collections

    Cassandra – CQL Datatypes

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    CQL provides a rich set of built-in data types, including collection types. Along with these data types, users can also create their own custom data types. The following table provides…

    Continue ReadingCassandra – CQL Datatypes

    Cassandra – Delete Data

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Deleting Datafrom a Table You can delete data from a table using the command DELETE. Its syntax is as follows − DELETE FROM <identifier> WHERE <condition>; Example Let us assume there…

    Continue ReadingCassandra – Delete Data

    Cassandra – Read Data

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Reading Data using Select Clause SELECT clause is used to read data from a table in Cassandra. Using this clause, you can read a whole table, a single column, or…

    Continue ReadingCassandra – Read Data

    Cassandra – Update Data

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Updating Data in a Table UPDATE is the command used to update data in a table. The following keywords are used while updating data in a table − Where − This clause…

    Continue ReadingCassandra – Update Data

    Cassandra – Create Data

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Creating Data in a Table You can insert data into the columns of a row in a table using the command INSERT. Given below is the syntax for creating data in…

    Continue ReadingCassandra – Create Data

    Cassandra – Batch Statements

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Using Batch Statements Using BATCH, you can execute multiple modification statements (insert, update, delete) simultaneiously. Its syntax is as follows − BEGIN BATCH <insert-stmt>/ <update-stmt>/ <delete-stmt> APPLY BATCH Example Assume there is…

    Continue ReadingCassandra – Batch Statements

    Cassandra – Drop Index

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Dropping an Index You can drop an index using the command DROP INDEX. Its syntax is as follows − DROP INDEX <identifier> Given below is an example to drop an index…

    Continue ReadingCassandra – Drop Index

    Cassandra – Create Index

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Creating an Index using Cqlsh You can create an index in Cassandra using the command CREATE INDEX. Its syntax is as follows − CREATE INDEX <identifier> ON <tablename> Given below is an…

    Continue ReadingCassandra – Create Index
    • 1
    • 2
    • 3
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP