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

Truncate / When use Truncate after that insert new record
into the table row started from 1 but
Delete / When delete record in a table after that insert
new record row id started from after the deleted row
For e g, I m create a table Employee and insert 5 record
row number set identity true and increment by 1
After that, I m delete last record I e row number is 5
after delete I m insert new record in a table then row id
started from 6 not 5 but when truncate table row id start
from 1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of locks in the database?

972


Tell about MOM Tool(Microsoft Operator Manager)?

1957


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

1082


What is data mart? : sql server analysis services, ssas

1099


how would you troubleshoot blocking? : Sql server database administration

1025


Where to find ntwdblib.dll version 2000.80.194.0?

1007


How can we migrate from SQL server to SQL Azure?

113


What is default constraint?

1053


What is default port number for sql server 2000?

1105


What is 1nf 2nf and 3nf?

953


What is create statement?

1007


What are the different methods available under sqlcommand class to access the data?

1166


What are the two authentication modes in sql server?

1167


Explain the xml support sql server extends?

1079


Can you force a query to use a specific index?

987