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

How to view an assembly?

1 Answers  


Explain an assembly?

0 Answers  


Difference between a sub and a function?

2 Answers  


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

0 Answers  


What is sorting in vb?

1 Answers  


What is deep copy?

1 Answers  


What is the use of internal keyword?

1 Answers  


What is the importance of a Button control?

1 Answers  


What is internal keyword in .net framework?

1 Answers  


How many classes a dll can contain?

1 Answers  


hi dear ? MY problem is that i m developing software for Library. and i want to connect a third party software with my VB.net program in order to calculate DDC number.I dont know how to do this if any body can help me please?

1 Answers  


What is globalization?

1 Answers  


Categories