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
all the queries used in sql
How to make a column bigger and delete unique from table.
How do I run mysql from command line?
Explain Access Control Lists.
How to concatenate two character strings?
What is row level locking?
How do I create a database in mysql workbench?
What are the different mysql database engines?
How to returns the columns and column information pertaining to the designated table.
What is the maximum number of columns per table?
What is the purpose of -> in the mysql terminal?
What is pragma exception?
What are stored procedures and functions?
How to use case expression?
What is a simple query?