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
When is a declare statement required?
What is sqlerrm?
What is tuple in sql?
Does varchar need length?
What is scope and visibility in PL/SQL?
What is nosql db?
What is the use of nvl function?
What does := mean in pl sql?
What is the difference between execution of triggers and stored procedures?
Why do we use cursors?
Explain the working of foreign key?
Can we call a function containing dml statements in a select query?
where are cookies actually stored on the hard disk? : Sql dba
What is sql partition?
How do you write an inner join query?