how to find the second highest salary from emp table?
Answer Posted / ruma
select *from emp order by sal desc limit 1,1
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is a null value?
what is foreign key? : Sql dba
What is an invalid partition table?
What are the different types of sql commands?
how many groups of data types? : Sql dba
Is null operator in sql?
Can I learn sql in a week?
What does truncate mean in sql?
is it possible to pass an object or table to a procedure as an argument?
How do I view a sql trace file?
What does trigger mean in psychology?
What is the maximum number of rows in sql table?
what are wild cards used in database for pattern matching ? : Sql dba
Enlist the data types that can be used in pl/sql?
What is a system versioned table?