how to find the second highest salary from emp table?
Answer Posted / anurag kumar rai
select max(sal) from employee where sal<(select max(sal) from employee)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a trigger word?
What is nosql vs sql?
Can we debug stored procedure?
How do I view a table in sql?
how to write date and time literals? : Sql dba
Can we create foreign key without primary key?
What is sqlservr exe?
What is pl sql in dbms?
How is debugging done?
Is primary key always clustered index?
How to use sql*plus built-in timers?
What are the different sql languages?
explain advantages of myisam over innodb? : Sql dba
What does plv msg allows you to do?
What is trigger in pl sql?