how to get second highest salary in SQL(as/4000
Answer Posted / chandu
select max(sal) from new where sal not in(select max(sal)
from new);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between having and a where in sql?
give the syntax of grant and revoke commands? : Sql dba
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
How much does sqlite cost?
How does postgresql compare to "nosql"?
How do I start sql profiler?
Does mysql_real_escape_string prevent sql injection?
What is varray in pl sql?
what are properties of a transaction? : Sql dba
which tcp/ip port does sql server run on? : Sql dba
Explain the working of primary key?
what is log shipping? : Sql dba
Can we alter stored procedure?
What is the use of function "module procedure" in pl/sql?
Describe sql comments?