What is the difference between truncate and delete statement?
Answer Posted / rajiv singh
Truncate deletes all rows from table. But Delete deletes
row/rows by condition.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a natural primary key?
What is the log shipping?
What is the main purpose of having conversation group?
What is advantage data architect?
What is difference between joins and subqueries?
what is a sub-report?
What is the distinction amongst delete and truncate?
Define full outer join?
What is a result set object returned by mssql_query()?
Create and insert into temp table in sql server?
What is a select query statement in ms sql server?
What new changes are being made in SQL Server?
What are the types of normalization?
What are the Advantages of using CTE in sql server?
List the ways in which dynamic sql can be executed?