Answer Posted / sudip chatterjee
If the table is salary.then
SELECT * FROM salary ORDER BY income DESC LIMIT 1, 1;
here income is one attribute of salary table......
just use it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define concurrency control. : Transact sql
What does count (*) do in sql?
What is sql*plus?
how to get @@error and @@rowcount at the same time? : Sql dba
What are analytic functions in sql?
Where can I learn sql for free?
What trigger means?
what is the difference between char and varchar data types? : Sql dba
what is primary key? : Sql dba
What does count (*) mean in sql?
How many types of cursors supported in pl/sql?
Are sql database names case sensitive?
How to rename a table?
what is the difference between a local and a global temporary table? : Sql dba
What are character functions in sql?