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
What's new in sql management studio for sql server? : sql server management studio
What is sql server transaction log file?
What is indexing a document?
What are the different types of backups that exist?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
Explain filtered indexes benefits?
How to get the definition of a view out of the sql server?
What is sql service broker?
How to backup encryption key ?
What are the fixed server level roles? : sql server security
What is an indexed view?
Distinguish between commit and rollback?
What are the differences between having and where clause.
What stored by the msdb?
How will you optimize a stored procedure optimization?