Login
Remember
Register
Ask a Question
what is the command to delete a table in SQL
0
votes
asked
Oct 30, 2019
in
DBMS
by
rajeshsharma
what is the command to delete a table?
sql-delete-table
sql-table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2019
by
SakshiSharma
DROP TABLE is the command to delete a table
...