analyze the difference between drop and delete.
Answers
Answered by
1
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.
Explanation:
Mark me as brainliest.
Similar questions