What are the differences between drop a table and truncate
a table?
Answer Posted / raabhu
Drop a Table : Delete over all table is called drop...
Truncate a table : Delete only the field names of table is
called truncate...
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How to Set a root password if there is on root password.
What is query log in mysql?
Does mysql need a server?
What is difference between unix timestamp and mysql timestamp?
Who developed mysql?
How do you create a new database in mysql?
What is table level locking in mysql?
Is mysql from oracle?
What is unsigned int in mysql?
How database are managed?
How to drop an existing view in mysql?
What are enums used for in mysql?
How do I know if mysql is installed on windows?
What does schema mean?
How are mysql timestamps seen to a user?