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

Answer Posted / p.rajasekar

Delete:
1.It is DML staement.
2.We can rollback the Data
3.We can apply Where condition.
4.Database triggers will fire on DELETE.
5.High water mark Model is not applied
Truncate:
1.It is a DDL statement
2.We cannot rollback
3.We can not apply Where condition
4.Database trigger will not fire
5.High water mark Model is applied

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pl sql block in dbms?

1051


What are the properties of a transaction?

1185


Is sql considered coding?

1085


how to create a test table in your mysql server? : Sql dba

1049


how many triggers are allowed in mysql table? : Sql dba

1102


List and explain the different types of join clauses supported in ansi-standard sql?

1400


What is the purpose of primary key?

1069


How many triggers can be applied on a table?

983


What is the execution plan in sql?

1066


how is myisam table stored? : Sql dba

1094


What is sql keyword?

1041


how to include character strings in sql statements? : Sql dba

1132


What is Histogram?

1607


what is union? : Sql dba

1077


Whis is not false in primary key?

1515