Answer Posted / suresh
department as table name,sfee as column name
SELECT TOP (1) sfee
FROM DEPARTMENT
WHERE (SFEE IN
(SELECT TOP (2) SFEE
FROM DEPARTMENT AS
DEPARTMENT_1
ORDER BY SFEE DESC))
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is common language specification?
What is global assembly cache (gac)?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain convert.tostrin?
Explain the advantages of migrating to vb.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Describe about visual basic.net?
Explain global assembly cache (gac)?
described weak typing?
What are different types of jit ?
What is the differences between dataset.clone and dataset.copy?
source code for how to login a vb.net application ?
Explain redim keyword?
What are the differences between vb.net and c#, related to oops concepts