How will you delete a particular row from a Table?
Answer Posted / rakesh
delete from emp e1
where n = (select count(distinct rowid)
from emp e2
where e2.rowid <= e1.rowid)
Note:Here "n" means Nth row..
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is clause?
what is blob? : Sql dba
What does trigger mean in psychology?
What are the different sql commands?
Is record in oracle pl sql?
What is parameter substitution in sql?
What is the execution plan in sql?
What are analytic functions in sql?
What is the main difference between sql and pl/sql?
Explain mutating table error.
What are the events on which a database trigger can be based?
What version is sql?
Determine if oracle date is on a weekend?
Is it possible to update views?
What is the difference between sql and t sql?