Computer Science, asked by ansarisohail2580, 9 months ago

THE........ SQL statement is used to delete an existingvrecord from a table. fill in the blanks​

Answers

Answered by suhdri
0

Answer:

nice question you asked me

Answered by gaganadithyareddy9
0

Answer:

To delete an existing record, you can write statement as:

delete from Table_Name where NAME = 'Gagan';

                                                           |

                                              This is column name..

Similar questions