Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    7
    Views
    7,195

    Oracle Re: Primary key & foreign key

    Set of fields in database taken collectively to identify any row uniquely is called Candidate key...
    So Database has more than 1 Candidate key...

    Primary key is the Candidate key choosen by the...
  2. Answers
    8
    Views
    9,917

    Oracle Re: oracle 9i and oracle 10g

    'i' stands for Internet Capabilities because it supports Internet Application...

    'g' stands for Grid Computing as it supports....
  3. Answers
    5
    Views
    23,419

    Oracle Re: Candidate key

    Set of fields in database taken collectively to identify any row uniquely is called Candidate key...
    So Database has more than 1 Candidate key...

    Primary key is the Candidate key choosen by the...
  4. Answers
    20
    Views
    44,946

    Oracle Re: Dual Table in Oracle

    Dual is small Oracle work table that consist of exactly 1 row and 1 column..

    This table is not available in SQL Server...

    Ex:

    SELECT 2*2 FROM dual;
  5. Oracle Re: Add a new column to a table and insert values

    For adding column to the table...
    ALTER TABLE table-name ADD column-name type(size);

    For inserting data into added column
    UPDATE table-name SET column-name =value WHERE...
Results 1 to 5 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