Can you tell me the difference between DELETE & TRUNCATE
commands?
Answer Posted / kumar
Truncate will fail if the concerned table has foreign key
constraints while delete doesnt.
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is executereader?
How to get the definition of a stored procedure back?
How you can move data or databases between servers and databases in sql server?
List out what other servers you can use with ssrs?
How to create a user to access a database in ms sql server using "create user" statements?
What are policy management terms?
Do you know what guidelines should be followed to help minimize deadlocks?
Can you name some of the dml commands in sql?
What is the purpose of the model database?
How to create new databases with "create database" statements?
What is the maximum size of sql server database?
Tell me what do you understand by a view? What does the with check option clause for a view do?
In what three ways is the return statement used in a stored procedure?
What are the new features in sql server 2016?
What kind of problems occurs if we do not implement proper locking strategy?