Computer Science, asked by khushi060603, 5 months ago

differentiate between delete and drop table

Answers

Answered by Jasminesamson
2

Answer:

DELETE is a Data Manipulation Language command, DML command and is used to remove tuples/records from a relation/table. Whereas DROP is a Data Definition Language, DDL command and is used to remove named elements of schema like relations/table, constraints or entire schema.... DELETE is DML. DROP is DDL.

Hope this helps you

Answered by delphinp
1

Answer:

this is your ❤️❤️❤️❤️❤️

Attachments:
Similar questions