i want to know about mr.b.kotravel......who has answered
for second maxmium salary from employee table
Answer Posted / obulesu
select * from (select e.*,dense_rank() over(order by sal desc) r from emp e) where r=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by a database object? Can you list a few of them?
Does facebook use oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
How to see free space of each tablespace?
How to build data dictionary view an new database?
Explain the blob datatype?
How to delete a column in an existing table?
Can a parameter be passed to a cursor?
Explain the use of analyse option in exp command.
What happens if you set the sga too low in oracle?
what happened to the global index when I truncate the data in one of the partition?
How to call a sub procedure?
Is oracle an operator?
How would you begin to troubleshoot an ORA-3113 error?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511