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
How to check if value already exists in mysql database in php?
Is there a way to see the files which are stored?
What is a transaction? Describe mysql transaction properties.
What does "i_am_a_dummy flag" do in mysql?
Is mysqli secure?
What is slow query log in mysql?
What is the date format in mysql?
What port is mysql running on?
What are the steps involved in query processing?
How to change the database engine in mysql?
How do I automate a backup in mysql?
What is difference between function and procedure in mysql?
Why we use mongodb instead of mysql?
What is a join in mysql?
How to convert character strings to numeric values?