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 |
Explain code security?
I have an opening for "APRIMO" Developer in Mumbai Location
Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.
What does assert() method do In VB.NET
What are Major Feature of VB.NET Over C#.NET
In vb.net how to connect crystal report?
What is the relation between Garbage collector and finalize and destructor?
What is JIT(Just In Time) and How it works?
5 Answers Data Entry Operator, Infocons, Siemens,
Explain about delegate?
When do you use virutal keyword?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
How to run a dos command in vb.net?