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
Explain syntax for viewing trigger?
how to use DTS package in 2000,2005,2008 in sql server
how can u get last observation in an unknown dataset ?
What is Federation Root Database?
What is the full form of ddl?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
How do I setup a local sql server database?
If no size is defined while creating the database, what size will the database have?
Can I use sql azure as a backup with log shipping or database mirroring?
What is the exact numeric data type in sql?
What is self contained sub query?
Explain how you can deploy an SSRS report?
What is a cache in ssrs?
What is BCP? When does it used in sql server 2012?
What is the difference between inner join and equi join?