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
How to start oracle sql developer?
How to create your own reports in sql developer?
Explain the update statement in sql
Does group by remove duplicates?
Is ms sql is free?
what are the different type of sql's statements ? : Sql dba
What are the query optimization techniques?
What is pl sql and why it is used for?
What is the usage of sql functions?
What are the disadvantages of not performing database normalization?
What is the difference between view and stored procedure?
What is attribute indicator in pl sql?
How many types of privileges are available in sql?
What are the rules to be applied to nulls whilst doing comparisons?
Can we rename a column in the output of sql query?