Display a roll having minimum marks in two subjects?



Display a roll having minimum marks in two subjects?..

Answer / priya

select id from table1 where sub1=(select min(sub1)from
table1)and sub2=(select min(sub2)from table1)

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More VB.NET Interview Questions

Explain how to send xml file on server using http protocol?

0 Answers  


How to connect a service based database to vb.net forms? Do we have to create any specific database?

1 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


Is VB.NET object oriented? What are the inheritances does VB.NET support ?

13 Answers   Digital GlobalSoft, Global Infotech, Infosys,


What is the difference between vb 6 and vb.net?

0 Answers  






How to Insert a TextBox value in to Sql database using VB.Net coding?

5 Answers  


Explain about delegate?

0 Answers  


Which namespace are used for accessing the data?

0 Answers  


Explain about rapid application development tool?

0 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


What is MSIL

8 Answers  


What keyword is used to accept a variable number of parameter in a method?

0 Answers  


Categories