how to get second highest salary in SQL(as/4000
Answer Posted / praveen agrawal
select sal from employee order by sal desc limit 1,1;
its 100% true i have checked it out.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is user in sql?
what are the limitations of identity column? : Transact sql
what are the different tables present in mysql? : Sql dba
What are the features of pl sql?
How do I find duplicates in two columns?
Can we use ddl commands in pl sql?
Is postgresql a server?
What is record data type?
what is primary key? : Sql dba
discuss about myisam key cache. : Sql dba
What is embedded sql what are its advantages?
Can we rollback truncate?
Can we join more than 2 tables in sql?
What is a sql profiler?
How is a PL/SQL code compiled?