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 audit logout in sql profiler?
How do I enable sql encryption?
What are the two parts of design view?
Is there any restriction on the use of union in embedded sql?
Is clustered index a primary key?
What does rownum mean in sql?
What is the limitation on the block size of pl/sql?
What is database white box testing and black box testing?
how to convert numeric values to character strings? : Sql dba
What is varchar data type in sql?
What is difference between inner join and cross join?
What is #table in sql?
What are all different types of collation sensitivity?
How global cursor can be declare with dynamic trigger ?
What are the different tcl commands in sql?