VB .Net Question:

Download Job Interview Questions and Answers PDF

Display a roll having minimum marks in two subjects?

VB .Net Interview Question
VB .Net Interview Question

Answer:

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

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
When we will use console ?In vb.net how to connect crystal report?