Answer Posted / lince
select T.* from(
select row_number() over (order by salary desc)as rno,salary from table )T
where T.rno=100
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is acid property in a database?
What is trigger and how to use it in sql?
What is user in sql?
What is trigger types in sql?
Why use triggers in sql?
what is normalization? : Sql dba
how mysql optimizes distinct? : Sql dba
what is table? : Sql dba
Can we create index on primary key?
What is java sql driver?
how to select first 5 records from a table? : Sql dba
What is the execution plan in sql?
What is the difference between stored procedure and view?
Is primary key a clustered index?
What are the different operators available in sql?