Answer Posted / naresh
select * from emp e where 2=(select count(*) from emp where
sal>=e.sal);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is the difference between union and union all? : Sql dba
what are the different index configurations a table can have? : Sql dba
Can a primary key be a foreign key?
Write a query to find the names of users that begin with "um" in sql?
explain the advantages and disadvantages of stored procedure? : Sql dba
What are the types of records?
What is secondary key?
What is structural independence and why is it important?
What are the uses of merge?
define sql update statement ? : Sql dba
Which command is used to delete a trigger?
What do you mean by table in sql?
What are sql functions? Describe the different types of sql functions?
What is the use of & in pl sql?
Why do we need pl sql?