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's the difference between DELETE TABLE and TRUNCATE
TABLE commands?

Answer Posted / sreedhar

Truncate is DDL command, Delete is a DML command.
Delete operation can be rolled back and in truncate we
can't.
Where caluse can be used in Delete and not in Truncate.
Truncate table less time than delete in execution

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many non clustered indexes there can be on table ?

955


How to see the event list of an existing trigger using sys.trigger_events?

1125


How do I find the sql server instance name?

1010


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

1018


Are semicolons required at the end of sql statements in sql server 2005?

1035


can an order by clause be used in a creation of a view?

1231


Tell about MOM Tool(Microsoft Operator Manager)?

1957


What is the largest component inside a field?

1185


What is a covered index?

984


plss anybody specify tha constrian management system in dbms

2202


what is a transaction and what are acid properties? : Sql server database administration

1081


What is full outer join in sql server joins?

1131


What is a schema in ms sql server 2005?

1023


What is the cartesian product of table?

1057


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

1051