how to find the second highest salary from emp table?
Answer Posted / pankaj kumar
SELECT filedname
FROM tablename
ORDER BY fieldname DESC
LIMIT 2 , 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use cross join?
What is difference between db2 and sql?
Which function is used to return remainder in a division operator in sql?
How do sql triggers work?
How do you delete duplicates in sql query using rowid?
What is pl sql block in dbms?
Explain what is sql*plus?
Can we rollback delete command?
How do you truncate?
What is informix sql?
Mention what does the hierarchical profiler does?
how to convert numeric values to character strings? : Sql dba
What operators deal with null?
What is asqueryable?
Is trigger a stored procedure?