Give the difference between Drop and Truncate in CQLSH?
Answer Posted / Aditya Veer
Drop removes a keyspace, table, or column entirely, including all data and the schema. Truncate only deletes all rows from a table but leaves the schema intact.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category