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 union, minus, union all, intersect ?
What are the subsets of sql?
How to download oracle sql developer?
What are the different parts of a package?
What is the difference between nested table and varray?
What are the most important characteristics of pl/sql?
What is a record in a database?
define join and explain different type of joins? : Sql dba
How do I filter in sql profiler?
What is crud diagram?
Is sql a backend language?
differentiate between float and double. : Sql dba
How do I restart sql?
what are the 'mysql' command line arguments? : Sql dba
What are the types of join and explain each?