How will you delete a particular row from a Table?
Answer Posted / priya
delete from table where primarykey/uniquekey_columnname
= 'something';
I hope it will delete a desired particular row.
But if you want to delete a 100th row or something like
that answer will be different
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How much does sqlite cost?
What is insert command in sql?
What is forward declaration in pl sql?
What is memory optimized?
What do you mean by field in sql?
How does a trigger work?
Can we perform dml in function?
What does count (*) mean in sql?
how to delete an existing column in a table? : Sql dba
What does pl sql developer do?
What is cursor explain with example?
What is difference between joins and union?
How do you sort in sql?
What does the argument [or replace] do?
How can we debug in PL/SQL?