Answer Posted / sanjay
select top 1 EmployeeID,min(Rate ) from
(select top 2 EmployeeID ,Rate from
EmployeePay
order by Rate desc)table1 group by EmployeeID ,Rate
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should you use delegate?
Explain about branching logic control in vb.net?
What is redim keyword and its use?
What do you understand by vb.net?
What is visual basic.net culture?
Explain the difference between int and int32?
How vb implements the disconnected architecture as like vb.net?
Explain the difference between thread and process?
Why is the xml infoset specification different from the xml dom?
Why do we use byref keyword in vb.net?
Did vb6 support multi-threading ?
What is internal keyword in .net framework?
What is the top .net class that everything is derived from?
What is late binding and early binding?
What are the differences between c# and visual basic.net?