Answer Posted / ehtesham malik
select * from emp
where rowid = (select min(rowid) from emp
where rowid not in (select min(rowid)
from emp)
)
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What are the types of index in sql?
How do you drop a trigger?
Is pl sql a programming language?
Is sql low level language?
Can a foreign key be a duplicate?
What is a pragma statement?
Is it possible to pass parameters to triggers?
What is a function in oracle pl sql?
How many postgresql users are there, worldwide?
how to enter binary numbers in sql statements? : Sql dba
define sql insert statement ? : Sql dba
What do you think about pl/sql?
Mention what are the benefits of pl/sql packages?
Mention what is the plv (pl/vision) package offers?
What is varchar data type in sql?