how to find the second highest salary from emp table?
Answer Posted / boring guy
select max(sal) from emp where sal!=(select max(sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are data types in pl sql?
Are null values same as that of zero or a blank space?
what is 'mysqlimport'? : Sql dba
what is log shipping? : Sql dba
What are the different tcl commands in sql?
Does inner join remove duplicates?
What is the difference between row level and statement level trigger?
Can you have a foreign key without a primary key?
Is sql a backend language?
What is difference between stored procedure and trigger?
what does it mean to have quoted_identifier on? : Sql dba
Do we need to create index on primary key?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is relationship? How many types of relationship are there?
What are the differences between implicit and explicit cursors?