Display a roll having minimum marks in two subjects?
Answer Posted / 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 View All Answers
Explain convert.tostring and i.tostring method?
Which class allows an element to be accessed using unique key?
Why do we use byref keyword in vb.net?
What is deep copy?
What is trace in vb.net?
What is sorting in vb?
What does assert() method do In VB.NET
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain the difference between int and int32?
What is globalization?
Which control is an example of an object in vb net?
What are different types of jit ?
Explain clr?
What is the advantage of using system.text.stringbuilder over system.string?
What is early binding?