how to find the second highest salary from emp table?
Answer Posted / kameshwar shukla(a.i.e.t l.k.o
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we insert in view in sql?
Difference between truncate, delete and drop commands?
What is an exception in pl/sql?
How to run sql commands in sql*plus?
what are all the common sql function? : Sql dba
What is user in sql?
Explain select statements in sql?
What is sql injection vulnerability?
How do I count rows in sql?
How to select 10 records from a table?
What are the parts of a basic sql query?
How insert into statements in sql?
explain the difference between delete , truncate and drop commands? : Sql dba
how to drop an existing index in mysql? : Sql dba
What are literals in sql server?