What is DROP table?
Basically, by drop table command we delete the record as well the structure of the table from the database.
Syntax:
DROP TABLE table_name;
Difference between DROP, TRUNCATE command:
-Truncate is used to delete all record of the table but not the table.
-but the drop command delete all record as well as the structure of the table.
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!