how to calcuate the second highest salary of he employee
Answer Posted / vivek ghorad
select min(select top(2)salary from emp)from emp;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is the requirement of self-join?
Explain scalar functions in sql?
What are the methods of filing?
Explain the methods used to protect source code of pl/sql.
What is rank function in sql?
Can we create foreign key without primary key?
Explain lock escalation? : Transact sql
How does postgresql compare to "nosql"?
What is linq to sql?
What is $$ in sql?
What is the example of procedure?
How do you declare a constant?
how to use in conditions? : Sql dba
What is compilation error in pl sql?
How do I pipe the output of one isql to another?