Computer Science, asked by sethuprane8544, 21 days ago

What is correct method to delete all the rows where the 'name' is"Raj" in the 'Employee' table?

Answers

Answered by stujitendrab
0

Answer:

Explanation:

To delete an entire record/row from a table, enter " delete from " followed by the table name, followed by the where clause which contains the conditions to delete. If you leave off the where clause, all records will be deleted

Similar questions