Computer Science, asked by NanduD2742, 1 year ago

What is the significance of DELETE command in SQL?

Answers

Answered by akki2429p0bm7a
2

The SQL DELETE Query is used to delete the existing records from a table. You can use the WHERE clause with a DELETE query to delete the selected rows, otherwise all the records would be deleted.

Similar questions