Computer Science, asked by mintugogoi175, 1 year ago

what is the difference between the following two statements:

• DELETE FROM s1;
• DROP TABLE s1;​

Answers

Answered by prassupc
0

Answer:

I don't know I don't know

Answered by shruthi1069
2
Delete means only records can be removed
Drop whole table can be removed
One is DDL and other is DML
Similar questions