GeekInterview.com
Series: Subject: Topic:
Question: 5 of 190

Truncate and Delete concept

Hi, Let us take a scenario such that I issue a delete on table emp and truncate on table emp1 which is exact replica (in terms of both structure and data) of emp table.Now , I issue a commit on both sessions. If I do a select * from emp and select * from emp1 now, which one should execute faster and why?
Asked by: NehaBindaas | Member Since Feb-2012 | Asked on: Feb 1st, 2012

View all questions by NehaBindaas

Showing Answers 1 - 6 of 6 Answers
Goldest

Answered On : Feb 20th, 2012

Delete would leave "log" statements about every deleted thing and truncate wont. Hence truncate would be faster.

  
Login to rate this answer.
sampra

Answered On : Mar 6th, 2012

View all answers by sampra

Delete would leave "log" statements about every deleted thing and truncate wont. Hence truncate would be faster.

  
Login to rate this answer.
Aarti helkar

Answered On : Apr 9th, 2012

Detelet is basically used to remove the data from db or from table
but truncate is used to remove data with structure of table.

  
Login to rate this answer.
Ravinder Lathwal

Answered On : May 4th, 2012

1.We can filter data in delete but in truncate we cant
2.Truncate faster than delete;
3.We can rollback delete but truncate is auto commit.
4.Delete is DML but truncate is DDL.

  
Login to rate this answer.
Johny

Answered On : May 18th, 2012

Truncate will not delete the structure of the table. That retains the table, but delete every row. The "DROP" command, will delete everything including the structure

  
Login to rate this answer.

- Truncate faster than delete;
- Truncate apply of whole table but one can filter the records in delete command
- We can rollback delete but truncate is auto commit, Once the data has been truncated the data could not be recovered
- Delete is DML but truncate is DDL.

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.