Answer Posted / anand v
select user_name,sal,rank over(order by sal desc) rank from table
where rank =4
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Does oracle use sql?
How do you add a column to a table?
is mysql query is case sensitive? : Sql dba
What is database migration?
What is compute?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
What is scalar data type in pl sql?
What is the difference between inner join and natural join?
Which is better stored procedure or query?
How do you sort in sql?
What is the advantage of nosql?
Are views faster than queries?
What is a trigger in sql?
What is cursor explain with example?
Can we rollback truncate?