What is the difference between Drop and Truncate
Answer Posted / koti-khammam
TRUNCATE: Only data is deleted structure of the table
exists.
DROP: Both data and structure of the table gets removed.
| Is This Answer Correct ? | 57 Yes | 1 No |
Post New Answer View All Answers
How to test subquery results with the exists operator?
What is user defined stored procedures?
How can you fetch alternate records from a table?
What is report snapshot in ssrs?
What is function of master database?
What is reference section?
Name and describe few console utilities for ssrs?
How can you stop stored procedures from recompiling?
explain different types of cursors? : Sql server database administration
Explain differences between web edition and business edition?
How to insert a new row into a table with "insert into" statements in ms sql server?
What were the latest updates to SQL Azure service?
How to change the data type of an existing column with "alter table" statements in ms sql server?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
what are different types of raid configurations? : Sql server database administration