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
How do we use distinct statement? What is its use?
What is use of package in pl sql?
What port does sql server use?
Does sql profiler affect performance?
Why is stored procedure faster than query?
Is record in pl sql?
What is an exception in PL/SQL? What are the two types of exceptions?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
How do I remove sql developer from windows 10?
What is a full join?
What are primary key and foreign key and how they work?
What is data manipulation language?
What are dml commands?
Why commit is not used in triggers?
What is sql entity?