Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference Delete and Drop ?

Answers were Sorted based on User's Feedback



What is the difference Delete and Drop ?..

Answer / sunil kumar

Delete command deletes the data from the table.
Drop command destroy,drop columns,tables.

Is This Answer Correct ?    25 Yes 0 No

What is the difference Delete and Drop ?..

Answer / 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

What is the difference Delete and Drop ?..

Answer / lalit samant

Where clause can de used with delete .

You can use where clause with drop or truncate

Is This Answer Correct ?    2 Yes 0 No

What is the difference Delete and Drop ?..

Answer / senthil d

Delete Command - Options to Delete particular record using
where clause and to delete all records. Table structure
remains. But it slower in performance as we compared with
truncate command

Drop Command - Drops the entire table from data base

Is This Answer Correct ?    2 Yes 1 No

What is the difference Delete and Drop ?..

Answer / 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

What is the difference Delete and Drop ?..

Answer / reddi prasad

THE MAIN DIFFERENCE BETWEEN DELETE AND DROP:

DELETE: ONCE WE DELETE ANY DATA FROM THE DATABASE WE CAN
EASILY RETURN BACK THE DATA BY USING ROLLBACK.

DROP: ONCE WE DELETE ANY DATA FROM THE DATABASE WE CAN'T EA
RETURN BACK THE DATA AND WE CAN SEE THE STRUCTURE OF OBJECT
ONLY.

Is This Answer Correct ?    9 Yes 15 No

Post New Answer

More MySQL Interview Questions

What is back end and front end?

0 Answers  


how to Return total number of rows.

0 Answers  


How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?

4 Answers  


How to list or view all databases from the mysql server.

0 Answers  


what is the size of date datatype in sql?

2 Answers  


What is the role of a limit in a mysql query?

0 Answers  


What mysql -u john -p command does?

0 Answers  


How many entries can mysql handle?

0 Answers  


What are the differences between char and varchar data types?

0 Answers  


What are different TEXT data types in MySQL?

1 Answers  


How to display top 50 rows?

0 Answers  


What is triggers?

0 Answers  


Categories