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 are the advantages of migrating to vb.net?
List the types of generations in garbage collector?
What is an arraylist?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Explain the use of console application?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain the difference between .dll extension and .exe extension files?
What is static member?
What are the two main parts of .net?
Why do we use byref keyword in vb.net?
Explain managed code?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Which namespace are used for accessing the data?
What are the difference between dispose(), close(), exit(), end()?