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 |
What is internal keyword in .net framework?
Explain about the feature anonymous type?
What is MSIL
Tell me how many .net languages can a single .net dll contain?
Explain jit?
Is there any website from where i can download VB.net bible free in pdf format
visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?
What is the Difference between Dataset and Datareader?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
what is delegates
What is the difference between compiler and interpreter?
Name some of the features present in vb 2005?