Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / kapil
Delete: is a DML command.
Truncate: is a DDL command.
Delete & Truncate both can be rolled back.
Untill you have not commit transaction.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do users use Report Builder with SQL Server data sources?
Explain what are the authentication modes in sql server?
How do I debug a stored procedure in sql server?
How do I start sql server 2017?
What is sub query and its properties?
How can you set the threshold at which sql server will generate keysets asynchronously?
What is a not null constraint?
What are sql servers used for?
What is tabulation?
How to create an multi-statement table-valued function?
Explain the microsoft sql server delete command?
What do you mean by a Composite primary key?
How to list all columns in a table using odbc_columns()?
Explain about sql server login?
Do you know what is sql service broker?