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 character functions?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is primary key in db?
How do I save a sql query?
What is the maximum rows in csv?
How do you create a db file?
What is clustered and nonclustered index in sql?
What is error ora-01000: maximum open cursors exceeded
How to place comments in pl/sql?
Does inner join return duplicate rows?
How do I know if I have sql express or standard?
What is cursor in pl sql?
how to fetch alternate records from a table? : Sql dba
What is having clause in sql?
how to shutdown mysql server? : Sql dba