how to find the second highest salary from emp table?
Answer Posted / ved
select sal from emp
where limit,1
order by sal desc
| Is This Answer Correct ? | 12 Yes | 20 No |
Post New Answer View All Answers
What is pl sql variable?
What is the difference between row level and statement level trigger?
How do you run a query?
Is truncate ddl or dml?
What is difference between stored function and application function?
Which one is better subquery or joins?
What is the difference between stored procedure and view?
What is the maximum database size for sql express?
what is offset-fetch filter in tsql? : Transact sql
Can delete statement be rollbacked?
What are user defined functions?
what does myisamchk do? : Sql dba
What do you mean by field in sql?
Does truncate require commit?
how do you tune the slow running queries in oracle db , explain the methodology