What is the significance of DELETE command in SQL?
Answers
Answered by
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
Math,
7 months ago
Chemistry,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Science,
1 year ago