Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / saradhi
Truncate command result can be rolled back as it is not
made an entry in the log where as Delete command result
can't be rolled back
| Is This Answer Correct ? | 5 Yes | 47 No |
Post New Answer View All Answers
Does sql server use t sql?
when would you go for denormalization? : Sql server database administration
What is meant by datasource?
What is attribute? : sql server analysis services, ssas
What is a matrix in ssrs?
Can we take the full database backup in log shipping?
What are Spatial data types in SQL Server 2008
What do you understand by a stored procedure?
Explain difference between cross join and full outer join?
Explain cross join or cartesian product in sql?
What is table level trigger?
Can a table be created inside a trigger?
What purpose does the model database server?
Is it true, that there is no difference between a rule and a check constraint?
Can we call stored procedure in view in sql server?