What does truncate mean in sql?



What does truncate mean in sql?..

Answer / Varun Kumar Singh

Truncate in SQL is a command that removes all records from a table instantly. Unlike DELETE, TRUNCATE TABLE does not generate audit logs or trigger events.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Types of cursor locks and explanation each of them ?

3 Answers   DELL, HP Finsoft,


What mean sql?

1 Answers  


Explain about various levels of constraint.

1 Answers  


What are crud methods?

1 Answers  


how to use case expression? : Sql dba

1 Answers  


What is an ndf file?

1 Answers  


What are all the different normalization?

1 Answers  


What is ON DELETE CASCADE?

3 Answers  


Which is better varchar or nvarchar?

1 Answers  


What does := mean in pl sql?

1 Answers  


what is the boundary line in varrays?

1 Answers   HCL,


Why use subqueries instead of joins?

1 Answers  


Categories