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
Can you please explain the difference between thread and process?
Explain the use of option explicit?
Explain global assembly cache (gac)?
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 is the tool which can convert visual basic old version to .net compatibility version?
Define serialization in .net?
Explain trace in vb.net?
Explain the difference between vb 6 and vb.net?
What are the features present in vb 2005?
What is option strict?
What is non_deterministic finalization?
What is sorting in vb?
What is sealed class?
What is the strong name in .net assembly?
What is jagged array in vb.net?