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 difference between TRUNCATE and DELETE statement

Answer Posted / xyz

truncate basically clears the data from the rows of a
specified colomn.
e.g. truncate colomn_name from table_name
then this will only empty the colomn

delete is used to simpy delete anything from the table.
e.g. delete table_name
this will remove the whole table from the database.

Is This Answer Correct ?    9 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by check constraint in sql server?

1007


What is the difference between a stored procedure and a user defined function?

1060


Where in ms sql server is ’100’ equal to ‘0’?

1127


Which are the new data types introduced in sql server 2008?

923


explain different types of joins? : Sql server database administration

1029


What is identity?

1080


Explain the purpose of indexes?

1016


What is hot add cpu in sql server 2008?

979


Explain cross join or cartesian product in sql?

922


Difference between report and query parameter.

1139


Explain what is use of dbcc commands?

1129


What is inline variable assignment?

1077


What is openxml in sql server?

1218


What is sql server used for?

1093


What are the differences between ms sql server & oracle?

1107