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 is the difference between stored procedure and view?
Is nosql faster than sql?
What are the different ddl commands in sql?
What is the difference between sql and t sql?
How does index help in query performance?
How many sql statements are used? Define them.
what is sql server agent? : Sql dba
Explain exception handling in pl/sql?
Do foreign keys improve performance?
What are secondary keys?
What does where 1/2 mean in sql?
What is compound trigger?
What is the use of desc in sql?
What is the purpose of cursors in pl/sql?
What is pragma in pl sql?