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 store decimal data in .net?

0 Answers  


hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back

4 Answers  


What is option strict?

0 Answers  


Explain what observations between vb.net and vc#.net?

0 Answers  


What is the significance of delegates?

0 Answers  






How would you implement inheritance using vb.net?

0 Answers  


What is the difference between Namespace and Assembly?

0 Answers  


Observations between vb.net and vc#.net?

0 Answers  


What are all the parts of .net framework?

0 Answers  


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

1 Answers  


What is a stream in vb.net?

0 Answers  


Explain the difference between vb 6 and vb.net?

0 Answers  


Categories