Answer Posted / anubhav tiwari
1.DELETE COMMANDS: ONLY DELETE DATA FROM TABLE NOT THE
STRUCTURE OF THE TABLE.DATA CAN BE CALL BACK USING ROLL
BACK.
2.DROP COMMANDS DLETE TABLE AND STRUCTURE BOTH FROM THE
DATABASE ie.DATA CANT BE ROLL BACK OVER HERE.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
How to dump a table to a file with 'mysqldump'?
How to escape special characters in sql statements?
Which storage engine is best in mysql?
Is there a free mysql?
How do you connect MySQL database with PHP?
What are the difference between mongodb and mysql?
How do I copy a table in mysql?
How do you restart mysql?
How do I start mysql manually?
How to create and drop view in mysql?
Write a query to count the number of rows of a table in mysql.
How can I insert images into a Mysql database?
Can you shard mysql?
Define REGEXP?
What is a trigger? How you can create a trigger in mysql?