select max(sal)
from emp
where sal < (select max(sal) from emp);
with this query u ll get second largest sal of that table
if u want to know max (sal) then it ll be...
select Max(sal)
from emp;
I am B.tech graduate.Right now i am working in sutherland.
I have completed the CSTP certification in STC.I am fresher
for a software industry..I got a opportunity from STC thrid
eye, They asked me to pay 50000 and they will provide
training and after that they will provide a job with the
salary of 5000..I dont know is that a better option for
me...I have a little dilemma.. I awaiting for your
suggestions..plz..
you found a bug and send it to the developer for
rectification but the developer not accepting that bug at
that time what will u do?(plz its very urgent give me the
best answer plz)
1.Unit testing ->integration testing->system testing->UAT in
this where do u do the functional testing & regression
testing? if these two done in each phase why should not
mentioned in that ?
2.What are the difference b/w client & server?
3.While doing regression testing one bug raised due to
functionality dependency, what is the bug status that one?