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...


difference between truncate, delete aur drop?

Answers were Sorted based on User's Feedback



difference between truncate, delete aur drop?..

Answer / v.krishnakumar

in truncate we can delete inside the table data not the
structure of the table,in delete operation we can remove
our data in the table as well as structure but we can get
again using rollback operation, in drop operation it was
permanentely removed from our database we cannot get agian.

Is This Answer Correct ?    13 Yes 2 No

difference between truncate, delete aur drop?..

Answer / aman sharma

truncate are the use to the remove the data as well all the space into the table , and the delete are use to the delete only for the data into the table,and the drop is use to the delete or remove the table....

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SQL Server Interview Questions

How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

0 Answers  


How to delete particular value in the column of a table.Is it possible or not?if possible give it as in query.

8 Answers   Intelenet,


Is port 1433 secure?

0 Answers  


What is the difference function and stored procedure?

0 Answers  


Write a sql query to sort on different column name according to the parameters passed in the function?

0 Answers  


Distinguish between commit and rollback?

0 Answers  


List out the differences between global and local temp tables in sql server?

0 Answers  


is there a column to which a default can't be bound? : Sql server database administration

0 Answers  


Can binary strings be used in arithmetical operations?

0 Answers  


How to disable triggers using "disable trigger"?

0 Answers  


Explain the difference between cross join and full outer join?

0 Answers  


How to drop existing indexes in ms sql server?

0 Answers  


Categories