Search:

Type: Posts; User: sr_2407; Keyword(s):

Search: Search took 0.00 seconds; generated 10 minute(s) ago.

  1. Answers
    7
    Views
    6,432

    SQL Re: SQL Interview question

    How to write a function or procedure that verify the correct email id entered by the user??
  2. Answers
    3
    Views
    5,098

    SQL Server - Re: Display n-1 rows from a table

    my Query for this is as follows,

    select * from dept
    where rownum<=(select count(*)-1 from dept)
  3. Answers
    5
    Views
    9,074

    SQL Re: Print last 3 rows in a table

    Here is my solution for ur query
    try this.......
    select * from
    (select rownum, e.* from dept e order by rownum desc )
    where rownum<=3
Results 1 to 3 of 3
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