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...

difference between truncate and delete ,drop?

Answer Posted / ashu singh

Drop deletes the table along with its structure from the database.
Delete command deletes the records from the table and it also deletes the table space allocated in the database.

Truncate is similar to Delete but it does not delete the table space from the database.

Drop and Truncate are the DDL command hence can't be rolled back whereas Delete is a DML command and can be rolled back.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use "startup" command to start default instance?

1094


How to check your oracle database 10g xe installation?

1041


Explain the use of parfile option in exp command.

1134


How a database is related to tablespaces?

1081


What is system global area (sga) in oracle?

1031


How to experiment a data lock in oracle?

1107


Explain a private synonyms?

1092


What happens to the data files if a tablespace is dropped?

1105


various types of hints and their usage

2743


What is tns service name?

1177


What are triggers in oracle?

1094


20. Using a set operator, display the client number of all clients who have never placed an order.

2235


What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?

1158


What is a nvl function?

1092


Why we use bulk collect in oracle?

1108