Answer Posted / kasirajan
delete command deletes the table temporarily from the database. we can get it back using the keyword ROLLBACK.
but the drop keyword deletes the table permanently from the database,we cant able to get it back...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you tell which of the following where clauses is faster?
How can we get total number of records by query in mysql?
What is the difference between BLOB AND TEXT?
How do I edit a database in mysql workbench?
What is regexp?
What are the method you will follow while sql installing
What are the 'mysql' command line options?
What language does mysql use?
Which storage engine is best in mysql?
Restore database (or database table) from backup.
What is the difference between mysql and oracle?
What is the difference between heap table and temporary table?
How big is a blob mysql?
What is the usage of regular expressions in mysql?
What is pdo mysql?