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
How to update multiple rows with one update statement in ms sql server?
Do you know what is xpath?
Suggest a method of joining two tables.
What Are the Main Features of SQL Azure?
Which tools are available to manage SQL Azure databases and servers?
What are the restrictions that views have to follow? : SQL Server Architecture
Explain about unique identifier data type in sql server?
What is use of @@ spid in sql server?
What are SSL and TSL protocols?
Who is the owner of a schema in ms sql server?
How can you list all the columns in a database?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?
What is the difference between ‘having’ clause and a ‘where’ clause?
What are pages and extents? : SQL Server Architecture
What is simple indexing method?