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 is data stored in mysql?
How to create table with same structure of student table in mysql?
Is primary key auto increment?
What are the disadvantages of stored procedures?
How do I copy a table in mysql?
How do I switch users in mysql?
What is a mysql view?
What is the use of mysql_fetch_array () function in php?
How do I stop a query in mysql workbench?
What is delimiter in mysql?
How do I transfer data from one database to another in mysql?
What is ntext?
How can we encrypt and decrypt a data presented in a table using mysql?
How do I stop a mysql command?
Why we use mysqli instead of mysql?