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
What do you mean by Redim in VB.NET?
Explain some of the exclusive features which are present in vb?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the maximum size of the textbox?
What is an assembly and its use?
Define manifest?
Name the tool which can convert visual basic old version to .net compatibility version?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is redim keyword?
What is the differences between dataset.clone and dataset.copy?
What is late binding and early binding?
What is econo-jit?
Explain how can we remove handlers at run time?
how to deploy vb.net with key and evaluation time? any one can help me?
Explain the use of option explicit?