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 do you mean by serialization?
What is static member?
What is datatype conversion?
What is the class that allows an element to be accessed using unique key?
What would you do to remove microsoft visual basic name space?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What are the different variables in vb.net?
What is the significance of delegates. Where should they be used?
Explain about jagged arrarys ?
Name and explain some of the exclusive features which are present in vb?
Which properties are used to bind a DataGridView control?
How would you implement inheritance using vb.net?
what is commom language runtime?
Write the role of new keyword?
How many ways the function can return values?