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 / baijnath tiwari

TRUNCATE is a DDL command whereas DELETE is a DML command.
Hence DELETE operation can be rolled back, but TRUNCATE
operation cannot be rolled back. WHERE clause can be used
with DELETE and not with TRUNCATE.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Other than truncate statement, which other command can by-pass the trigger on the tables?

1182


What is 5nf in normalization form?

1044


What is the benefit of normalization?

1129


Do you know what is lock escalation?

1055


Do you know what are the ways available in sql server to execute sql statements?

1082


What is the difference between delete and truncate statements?

1127


explain different types of joins? : Sql server database administration

1031


What is mscorsvw.exe - process - microsoft .net framework ngen?

1000


What is subquery in sql?

1125


Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?

2551


What are the different types of collation sensitivity in sql server?

1162


can a database be shrunk to 0 bytes, if not, why? : Sql server administration

1305


What does the not null constraint do?

1177


What is difference between join and natural join?

1057


What is an execution plan? How would you view the execution plan?

1127