Alter Table in Cassandra
Cassandra Alter Table To alter an existing table, the ALTER TABLE command is used. This command can be used to add a column or to Drop a column. Syntax: ALTER (TABLE | COLUMN_FAMILY) tablename instruction To Add a Column: The column name should not conflict with the existing column names. The table should not be … Read more