Search:

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

Search: Search took 0.00 seconds.

  1. SQL Re: Get the name of 3rd most expense item

    To get the 3rd most expensive item :

    Select b.price , b.Id , b.name
    from Item b, Item b
    where
    b.price <= a.price
    group by (b.price)
    having count(b.price) = 3
  2. Answers
    15
    Views
    9,850

    Oracle Re: I want to remove - sign value

    ABS(argument) will work.
  3. Answers
    8
    Views
    5,809

    SQL Re: what is trigger

    A trigger is a block of statements that includes a set of SQL statements. Statements in a trigger are activated or executed in response to data modification operations. A trigger defined on a table...
  4. Answers
    2
    Views
    3,373

    General Re: Hi Friends

    Thanks Dude for such a warm welcome.
  5. Answers
    2
    Views
    3,373

    General Hi Friends

    Hi Friends.
    I'm a new member.
Results 1 to 5 of 5
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