logo dark logo light logo
  • Home
  • Tutorials
    • Web Development
      • XML
      • Pure.CSS
    • Programming
      • Python
    • Database
      • Mongo DB
      • Cassandra
      • Solr
      • Oracle Database
    • Big Data
      • HDFS
      • MapReduce
      • Apache Spark
      • Flume
      • Hive
      • Pig
    • Dev Ops
    • Cloud Computing
    • Soft Skills
      • Communication Skills
      • Emotional Intelligence
  • Data Science
  • Interview Q&A
  • Quizzes
  • AI Blog
Mobile Logo
  • Home
  • Tutorials
    • Web Development
      • XML
      • Pure.CSS
    • Programming
      • Python
    • Database
      • Mongo DB
      • Cassandra
      • Solr
      • Oracle Database
    • Big Data
      • HDFS
      • MapReduce
      • Apache Spark
      • Flume
      • Hive
      • Pig
    • Dev Ops
    • Cloud Computing
    • Soft Skills
      • Communication Skills
      • Emotional Intelligence
  • Data Science
  • Interview Q&A
  • Quizzes
  • AI Blog
Home  /  Cassandra Tutorial  /  Cassandra – Update Data

Cassandra – Update Data

Update Command allows us to update the one or more columns values in cassandra table. To update the multiple columns , we need to seperate the name-value pairs using commas.

Syntax:

UPDATE keyspace_name.table_name
USING option AND option
SET assignment, assignment, ...
WHERE row_specification

Example:

UPDATE users SET city = 'Banglore' WHERE userID = '1020'

Enroll for Free Python Training

Cassandra Tutorial

  • Relational vs NoSQL
  • Cassandra - Architecture
  • Cassandra - Column Family
  • Cassandra - Components
  • Cassandra - Installation
  • Cassandra - Data Model
  • Cassandra - Data Types
  • Cassandra - Cqlsh
  • Cassandra - Cqlsh Commands
  • Cassandra - Create KeySpace
  • Cassandra - Alter KeySpace
  • Cassandra - Drop KeySpace
  • Cassandra - Create Table
  • Cassandra - Alter Table
  • Cassandra - Drop Table
  • Cassandra - Truncate Table
  • Cassandra - Insert Data
  • Cassandra - Update Data
  • Cassandra - Delete Data
  • Cassandra - Select data
  • Cassandra - Create Index
  • Cassandra - Drop Index
  • Cassandra - Collection Types
  • Cassandra - Batch

Recent Posts

  • Innovation business (i2tutorials)
    AI Increases innovation rate by 2021
  • How to add anew row to an existing Pandas DataFrame?
    Adding a new row to an existing Pandas DataFrame
  • Polymorphism in Python
    Polymorphism in Python
  • How to Check for NaN in Pandas DataFrame?
    How to Check for NaN in Pandas DataFrame?
  • Python |Creating a dictionary with List Comprehension
    Python |Creating a dictionary with List Comprehension

Top Tutorials

  • Python Tutorial
  • Data Science Tutorial
  • MongoDB Tutorial
  • Cassandra Tutorial
  • AWS Tutorial
  • Numpy Tutorial
  • Xml Tutorial
  • Spark Tutorial
  • HDFS Tutorial
  • Hive Tutorial
  • MapReduce Tutorial

Top Tutorials

  • Python Tutorial
  • Data Science Tutorial
  • MongoDB Tutorial
  • Cassandra Tutorial
  • AWS Tutorial
  • Numpy Tutorial
  • Xml Tutorial
  • Spark Tutorial
  • HDFS Tutorial
  • Hive Tutorial
  • MapReduce Tutorial

Recent Posts

  • Adding a new row to an existing Pandas DataFrame

    Adding a new row to an existing Pandas DataFrame

    January 20, 2021
  • Polymorphism in Python

    Polymorphism in Python

    January 20, 2021
  • How to Check for NaN in Pandas DataFrame?

    How to Check for NaN in Pandas DataFrame?

    January 19, 2021
  • Python |Creating a dictionary with List Comprehension

    Python |Creating a dictionary with List Comprehension

    January 18, 2021
  • What is the purpose of self in Python?

    What is the purpose of self in Python?

    January 18, 2021

Work with us

  • Write For us
  • Blog
  • Privacy Policy

Contact Us

i2tutorials.com

Email: info@i2tutorials.com

Banglore, Karnataka.

Pin: 560034

Subscribe to Newsletter

Weekly Technology Updates to your Email just on a Click...

Jobs

Jooble Programmer Jobs

© Copyright 2019. All Rights Reserved.