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
What are the difference between dispose(), close(), exit(), end()? When do we use them?
How many classes a dll can contain?
What is non_deterministic finalization?
How to create a constant in vb.net?
What is DLL HELL in VB.NET
What does assert() method do In VB.NET
What are nested classes?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Why do we use byref keyword in vb.net?
What is redim keyword and its use?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is the difference between .dll extension and .exe extension files?
Explain how the .net framework performs automatic memory management.
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain about delegate?