What are the differences between drop a table and truncate
a table?
Answer Posted / velmurugan
Drop - will Delete the table date as well as the table
structure.
Truncate - Will Delete the table data only. The table
structure will remains.
Is This Answer Correct ? | 71 Yes | 9 No |
Post New Answer View All Answers
What are the advantages and disadvantages of using mysql?
Is mariadb better than mysql?
What is view? How can you create and drop view in mysql?
How many tables we can create in mysql database?
What are date and time data types?
What is the default port for mysql and how it can change?
Explain the difference between delete and truncate.
Can we write procedure in mysql?
Can we store files in mysql?
Which datatype is used for email in mysql?
What are ddl statements in mysql?
How to create a table?
Is mysql good for big data?
What are the benefits of mysql?
How do I free up space in mysql?