Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    2,332
    Views
    445,257

    Re: Thoughts of the day.

    realy.its a truth of life
  2. Answers
    2,332
    Views
    445,257

    Re: Thought for the day

    :) good one
  3. Answers
    2,332
    Views
    445,257

    Re: Thoughts of the day.

    your attemption may fail,but never fail to make an attemp
  4. SQL Re: How to update more than one row with a different value

    with case its not upadted only 3 row ,updated all the row ,n except then 3 which we update as our wish all other have null if we did't give anythg.So the prob is dis we have to mention updated...
  5. Answers
    2
    Views
    9,416

    Oracle Re: How to find Table Size

    how can it possible.any simple way to make understand me
  6. General Re: Function in datastage to find date after 6 months

    u should try this
    SQL>select to_date(sysdate)+3,to_date(sysdate)-3 from dual;
  7. Answers
    4
    Views
    3,685

    SQL Re: Which is faster

    its a good ans
  8. Answers
    2
    Views
    4,108

    SQL Re: Write an SQL query

    if u want fetch only new or changed row.it can be possible with search condition,
    like
    SQL>select * from emp where ename='johns';
  9. Answers
    12
    Views
    44,645

    Oracle Re: Add a new column to a table and insert values

    For add new col you need alter command
    SQL>alter table emp add (email varchar2(30));
    For insert the value in this col according condition
    SQL>update emp set email='gmail' where name='scott';
  10. Answers
    20
    Views
    37,357

    SQL Re: Insert new column in the middle of a table

    Oracle allow cols to be added only at the end of the existing table,bt some database allow cols to be added in middle of cols.for ex. In MYSQL following syntex is valid
    [alter table table_name add...
Results 1 to 10 of 18
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