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
Explain ttitle and btitle.
What does (*) mean in sql?
How do I find duplicates in two columns?
Is sql difficult?
What are pl/sql packages?
Is primary key is clustered index?
Can we use update in sql function?
what is rollback? : Sql dba
How do I create an index in word?
what is a cursor? : Sql dba
Can we create table in function?
What is cost in sql execution plan?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is difference between joins and union?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?