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 types of commands can be executed in sql*plus?
Which sql most popular?
What is the difference between delete, truncate and drop command?
Can we perform dml in function?
Does execute immediate commit?
Is null operator in sql?
Explain the select statement in sql?
What is primary key sql?
What does trigger mean in psychology?
how can we know the number of days between two given dates using mysql? : Sql dba
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What does cursor do in sql?
What are different types of indexes?
Can a composite key be null?
Is foreign key mandatory?