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

What is internal keyword in .net framework?

0 Answers  


Explain about the feature anonymous type?

0 Answers  


What is MSIL

8 Answers  


Tell me how many .net languages can a single .net dll contain?

0 Answers  


Explain jit?

0 Answers  






Is there any website from where i can download VB.net bible free in pdf format

0 Answers  


visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

0 Answers  


what is delegates

2 Answers  


What is the difference between compiler and interpreter?

0 Answers  


Name some of the features present in vb 2005?

0 Answers  


Categories