Computer Science, asked by aryanchoudhary4747, 2 days ago

the delete statment is used to deleting existing from sql table

Answers

Answered by ahghss5aghosh140034
0
The DELETE Statement in SQL is used to delete existing records from a table. We can delete a single record or multiple records depending on the condition we specify in the WHERE clause
Similar questions