Q. What is the difference between delete and drop sql command?
Ans: - Delete command in SQL is used to remove either all the rows or tuples from table or a set of rows from the table but schema or relation remains there. We can roll back the DELETE TABLE statement.

No comments:
Post a Comment