What is the difference between Drop and Truncate
Answer Posted / pavan
Drop will delete all the existing structure. if it applies
to a table, Truncate will delete only the data while
keeping the structure of the table as it is.
| Is This Answer Correct ? | 72 Yes | 3 No |
Post New Answer View All Answers
What is the difference between lock, block and deadlock? : sql server database administration
What are the types of user defined functions in sql server?
What are Row versions of DataRow?
what are constraints? Explain different types of constraints? : Sql server database administration
What is raid, and how it can influence database performance?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How many database files are there in sql server 2000?what are they?
How do I edit a stored procedure in sql server?
 Explain what is sql override for a source taLle in a mapping?
What is after dml trigger?
Explain what is dbcc?
How to use the inserted and deleted pseudo tables?
What are Spatial data types in SQL Server 2008
Difference between DELETE and TRUNCATE?
what are the three command line utilities and what are their primary functions?