how to find the second highest salary from emp table?
Answer Posted / hari thorat
select max(salary) from employee where salary <(select max(salary) from employee);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what tools available for managing mysql server? : Sql dba
What is procedure and function in sql?
What is the difference between a database and a relational database?
What is a primary key example?
How to select 10 records from a table?
What is a record in a database?
How can we make an if statement within a select statement?
What is varchar used for?
How can you save or place your msg in a table?
Can I learn sql in a week?
How to sort the rows in sql.
Mention what does the hierarchical profiler does?
Is sql difficult?
How do I create a sql script?
What is the maximum rows in csv?