Cassandra Truncate Table
TRUNCATE command is used to truncate a table. If you truncate a table, all the rows of the table are deleted permanently.
Syntax:
Example:
We have a table named "student" having the following data:
Now, we use TRUNCATE command:
Now, the table is truncated. You can verify it by using SELECT command.
You can see that table is truncated now.
0 comments:
Post a Comment