What are the differences between drop a table and truncate
a table?

Answer Posted / sudha

Truncate Table - Truncate table is the combination of Drop
and Create. It [Truncate]can drop and recreate the table.
Delete - Delete will deletes all the data in the table and
structure of the table.

Is This Answer Correct ?    4 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full meaning of mysql?

485


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

1804


Write a program using the select statement, while loop.

467


How to drop an existing index in mysql?

551


What is database engine in mysql?

485






What is the function of myisamchk?

561


How would concatenate strings in mysql?

526


Is mysql relational?

507


Explain about reporting services of MYSQL?

610


What is trigger in mysql?

488


What is striped backup

1822


What is difference between mongodb and mysql?

460


How is data stored in mysql?

494


What is definer in mysql?

510


What is max connections in mysql?

486