How will you delete a particular row from a Table?
Answer Posted / dinesh kumar
delete from table_name where pk_col = value;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is self-join and what is the requirement of self-join?
What are the two virtual tables available at the time of database trigger execution?
What is trigger and how to use it in sql?
How to return multiple rows from the stored procedure?
What is the maximum number of rows in sql table?
Can you have more than one trigger on a table?
how to shutdown mysql server? : Sql dba
What is an emotional trigger?
how to create a table index in mysql? : Sql dba
What is a primary key called that is made up of more than one field?
What is the difference between distinct and unique in sql?
what are the drivers in mysql? : Sql dba
What is a record in pl/sql?
What is clause in sql?
Is sql a scripting language?