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
Does view contain data?
What is a recursive stored procedure?
how to use case expression? : Sql dba
What are sql data types?
How is sql used in oracle?
Is sql similar to python?
How many types of privileges are available in sql?
Is truncate ddl or dml?
Is like operator in sql case sensitive?
What are the types of keys?
what is the command line end user interface - mysql? : Sql dba
Which is faster joins or subqueries?
What is the purpose of using pl/sql?
What is the trigger in sql?
Can a commit statement be executed as part of a trigger?