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 different data types in mysql?
What is triggers?
How to convert character strings to numeric values?
How we get sum of column.
How do I disable mysql?
How do I run mysql from command line?
What is normalization and list the different types of normalization?
What is delimiter in mysql?
What is a mysql server?
How do you connect MySQL database with PHP?
How do you know if your mysql server is alive?
What are the 3 main types of search queries?
How does mysql clustering work?
What is the difference between having and where clause in mysql? Explain
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?