Given an employee table, how would you find out the second
highest salary?
Answer Posted / sowjanya
Select * from emp where sal=(select Max(sal) from emp where
sal<(select Max(Sal) from emp)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can an extended stored procedure be called from inside a user-defined function?
Who are end users in dbms?
Explain about relational operator join?
Explain about the relational database?
What is an application role and explain a scenario when you would use one?
Explain what a database is?
How is data stored in dbms?
How to use timestamp datatypes
Write the fastest query to find out how many rows exist in a table?
What are the 18 schemas?
I HAVE A PI ON COL A THE NEXT DAY I WANT CHANGE THE PI ON COL B? PLS SEND ME THE ANS
What is a database development?
How you can make a parameterized view?
What is data modeling with example?
Explain the rollup operator?