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
how to drop an existing index in mysql? : Sql dba
how to concatenate two character strings? : Sql dba
What is benefit of creating memory optimized table?
what are all the different normalizations? : Sql dba
What are the datatypes available in pl/sql ?
What programs use sql?
What is the difference between inner join and outer join?
What is integrity in sql?
Is big data nosql?
what is sp_pkeys? : Transact sql
What is sharding in sql?
What is the difference between subquery and correlated query?
What is Materialized View? In What Scenario we Use Materialized View?
What is record variable?
What is a subquery in sql?