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
What is meant by mysqli?
Can we store pdf files in mysql?
What is the maximum size of table in mysql?
How to get help information from the server?
Is mysql good for large database?
What is a data directory?
What causes mysql too many connections?
What are all the Common SQL Function?
What is the role of a limit in a mysql query?
What is username in mysql?
What are the technical specifications of mysql?
How can you move the master database
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How do I drop a database in mysql?
How to return query output in xml format?