SQL 101 : Difference between DELETE, DROP and TRUNCATE
DROP Command in SQL?
The DROP command drops the existing table from the database. It only requires the table name to be dropped from the database.
The SQL DROP command is a DDL (Data Definition Language) command that deletes the defined table with ...
manavpaul.hashnode.dev4 min read