Answer Posted / avnish
create table emp with row empsal having the datatype float
and insert some salary
now to get the second max salary
write the sql statement
select max(empsal) from emp where empsal<(select max(empsal)
from emp)
its asubquery
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you use two datareaders at the same time in a vb.net windows application ?
What is sorting in vb?
Define manifest?
What are the types of generations in garbage collector?
What is redim keyword and its use?
Explain how to store decimal data in .net?
Explain cts?
what is difference between namespace and assembly?
List the types of authentication?
What are the advantages of vb.net and c#?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What are the shadow variables?
what is interface and when it is used?
Explain how does the xmlserializer work?
How can we store decimal data in .net?