Search:

Type: Posts; User: Ramadurga Prasad; Keyword(s):

Search: Search took 0.00 seconds.

  1. SQL Re: How to display 3rd highest salary to 5th highest salary from emp table

    we can get the solution for this queiry using 4 ways ...among 4 one solution is this
  2. SQL Re: How to display 3rd highest salary to 5th highest salary from emp table

    select e.* from(select empname,sal,dense_rank()
    over(order by sal desc) rank from emp) e
    where e.rank>=3 and e.rank<=5;
Results 1 to 2 of 8
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact