Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / gk singh
truncate provide faster processing than delete because of
truncate does'n require transaction log uddation
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is the sql case statement used for? Explain with an example?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What is a primary key?
How to change server name in sql server?
What is the meaning of resultset type_scroll_insensitive?
Write a code to select distinct records without using the DISTINCT keyword.
What is collation sensitivity?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is the command to change the recovery model?
What is awe?
What are filegroups in sql server?
How do you manipulate data?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
What do you know about normalization and de- normalization?
How is sql server used?