Interview Questions and Answers
Which is faster TRUNCATE, DELETE, and DROP and Why?
The DROP Command has faster performance than DELETE Command but not as compared to the Truncate Command because the DROP command deletes the table from the database after deleting the rows.
Post a Comment
0 Comments