VB .Net Question:
Download Questions PDF

Display a roll having minimum marks in two subjects?

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?