DROP TABLE or DELETE TABLE command in SQL
deleting tables in sql is used quite a lot. this term is also known as drop table in sql. here's everything you need to know about deleting tables in sql.
deleting tables in sql is used quite a lot. this term is also known as drop table in sql. here's everything you need to know about deleting tables in sql.
in sql server, the drop table command is used to delete a table from the database.