SQL, SQL Server, Tutorials, Oracle, PL/SQL, Interview Questions & Answers, Joins, Multiple Choice Questions, Quiz, Stored Procedures, Select, Insert, Update, Delete and other latest topics on SQL, SQL Server and Oracle.
drop table simply drop the table and truncate first drop the table and again recreate the table structure............
simply,Drop is deleting the table and its structure Truncate table empty table data
drop table simply drop the table and truncate first drop the table and again recreate the table structure............
ReplyDeletesimply,
ReplyDeleteDrop is deleting the table and its structure
Truncate table empty table data