what is the difference between the following two statements:
• DELETE FROM s1;
• DROP TABLE s1;
Answers
Answered by
0
Answer:
I don't know I don't know
Answered by
2
Delete means only records can be removed
Drop whole table can be removed
One is DDL and other is DML
Drop whole table can be removed
One is DDL and other is DML
Similar questions