how to find the second highest salary from emp table?
Answer Posted / masthan
select *from emp where sal<selct *from emp where<select *from emp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are field types?
What is a memo field?
What is anonymous block in sql?
What are all the different normalization?
What is the purpose of the partition table?
what are all types of user defined functions? : Sql dba
What are the advantages of pl sql over sql?
How does cross join work?
How do rank () and dense_rank () differ?
Can we call procedure in select statement?
What is sequence in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is sql*loader and what is it used for? : aql loader
Define join and name different types of joins?
What is column?