Computer Science, asked by ParkSehu, 1 year ago

What is the difference between the following two statemants? °DELETE FROM s1 and °DROP TABLE s1

Answers

Answered by aditya1984
0
DELETE FROM S1: will delete entire table data only

DROP Table S1: will remove table from database
Similar questions