Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    5
    Views
    9,510

    Oracle Re: Query for Number of Employees

    Maximum number of employees means,
    say suppose in dept 10 ,
    there were 5 no of emps joined in Jan,
    there were 10 no of emps joined in FEb and
    there were 2 no of emps joined in March.
    So the O/P...
  2. Answers
    2
    Views
    3,774

    Oracle Re: Uniqueness of Decode command?

    Could you pls gimme another example for this and
    some more advantages of Decode command over "If-then-else" stmt.

    Regards
  3. Answers
    5
    Views
    9,510

    Oracle Re: Query for Number of Employees

    Maximum number of employees means,
    say suppose in dept 10 ,
    there were 5 no of emps joined in Jan,
    there were 10 no of emps joined in FEb and
    there were 2 no of emps joined in March.
    So the O/P...
  4. Answers
    2
    Views
    3,774

    Oracle Uniqueness of Decode command?

    Dear all,

    please tell me, what is the advantage of "DECODE" command over the
    " IF-THEN-ELSE" statement in PL/SQL .

    We can use " IF-THEN-ELSE" , why we are using "Decode" command?
    What is...
  5. Answers
    5
    Views
    9,510

    Oracle Query for Number of Employees

    Hi all,

    Can you give me the query for
    Say suppose the table "EMP" contains 2006 th year record only:

    So in 2006 "On which month , the maximum number of employees have been joined in each and...
  6. Answers
    15
    Views
    7,575

    SQL Server - Re: Delete duplicate record

    Delete from <table_name> where rowid not in(select min(rowid) from
    <table_name> group by <all_primary_key_columns>);
Results 1 to 6 of 6
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