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 are the objects in asp.net?
How do you retrieve the customized properties of a .net application from xml .config file?
What are jagged arrarys ?
Explain about rapid application development tool?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What is difference between metadata and manifest?
What is meant by jagged arrays?
Explain internal keyword in .net framework?
Explain the advantage of option strict on?
What’s the difference between private and shared assembly?
What is private assembly?
What is the importance of a Button control?
List the types of authentication?
Tell me which namespace are used for accessing the data?
Explain nested classes?