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
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
what is constraints? Also explain the different types of constraints?
What is trigger in mysql with example?
Does mysql use sql?
How many rows can be inserted in mysql at a time?
What is blob and clob?
What are the functions used to encrypt and decrypt the data present in mysql?
How to enter Characters as HEX Numbers?
Is mysql is a programming language?
How to enable or disable a row of a table using MySQL in struts?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
Is mysql a scripting language?
What is prepare statement in mysql?
change column name and make a unique column so we get no dupes.
How do I find mysql location?