Interviewer And Interviewee Guide

Database Management Interview Question:

What is the difference between delete and truncate?

Submitted by: Administrator
Truncate is a DDL command, which has autocommit hence
cant be rolled back where as delete is DML with user commit
& roll back option. Truncate is faster then delete since it
wont store any data to backup tablespace. before delting.
Submitted by: Administrator

Read Online Database Management Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.