Answer Posted / rajkumar v
Select min(salary)FROM emp WHERE (salary IN (SELECT TOP 2
salary FROM emp ORDER BY salary DESC))
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between cross join and full outer join?
What authentication modes does sql server support?
What is scheduled job and how to create it?
What is join query?
What is index in an assignment?
Can we use trigger new in before insert?
how you can move data or databases between servers and databases in sql server? : Sql server administration
Which language rdl files made of?
How many types of built in functions are there in sql server 2012?
What is sql server locking?
Explain what is use of dbcc commands?
What are the authentication modes in sql server? How can it be changed?
what are constraints? Explain different types of constraints? : Sql server database administration
What do you mean by an execution plan? How would you view it?
How do you trace the traffic hitting a sql server?