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
What is the difference between convert.tostring and i.tostring method?
Tell me which namespace are used for accessing the data?
What is misl code?
What does assert() method do In VB.NET
Is vb net a scripting language?
What are the assembly entry points?
What is late binding?
Explain nested classes?
Observations between vb.net and vc#.net?
what is common language specification?
How do you call a stored procedure in Visual Basic?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
How many classes a dll can contain?
What are the features present in vb 2005?
Explain the differences between vb.net and c#, related to oops concepts?