Question: uestion No . 2 0 What is the difference between DELETE and DROP commands in SQL We should use COMMIT statement along with DROP command

uestion No.20
What is the difference between DELETE and DROP commands in SQL
We should use COMMIT statement along with DROP command
DELETE command automatically commits the transactions
DROP command will remove the table structure from the database:
We can filter the records to be deleted when we use DELETE command
EROe command will remove only the data in a single shot.
OELETE command will remove the table from the database.
Al of the above
 uestion No.20 What is the difference between DELETE and DROP commands

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!