Computer Science, asked by gantavya0612, 6 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 YAJVIN09
1

Answer:

delete from problems;

Similar questions