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 are the differences between drop a table and truncate
a table?

Answer Posted / ......v......

TRUNCATE <table_name>;
This will only Remove table data and not structure of table

DROP <table_name>;
This will Remove table data and structure both

In both the cases data can be Rollbacked in SQL Server 2000
or 2005.....,But NOT POSSIBLE in other.........!

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I start mysql client?

1005


What is delimiter in mysql?

927


How to copy data from one server to another using php?

1107


How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

1060


What is bigint in mysql?

970


Is mysqli faster than mysql?

981


What mysql -u john -p command does?

1024


Is foreign key indexed mysql?

933


How to rename an existing table in mysql?

1080


How do I start mysql manually?

966


What is the data source name for mysql?

997


How to execute mysql query in php?

964


How to run 'mysql' commands from a batch file?

1128


What is difference between mysql and mariadb?

1163


How to calculate the difference between two dates?

1114