Computer Science, asked by gantavya0612, 5 months ago

How do you delete the entire table using an SQL query? Assume the name of the table to be PROBLEMS.​

Answers

Answered by codinggem1
2

Answer:

DROP TABLE PROBLEMS;

Explanation:

Similar questions