Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    371
    Views
    383,893

    Re: Oracle Interview Questions Free E-Book

    If possible plzz provide some more material on SQL2k...

    Thanks
    Vijay
  2. Thread: about sql

    by vavasudevan
    Answers
    36
    Views
    77,876

    SQL Server - Re: about sql

    Hi aarusa,
    There are 2 kinds of Indexes, Clustered index and Non-Clustered Index.

    Clustered index
    Only one can create on One table
    This'll get create when ever u were creating...
  3. Thread: about sql

    by vavasudevan
    Answers
    36
    Views
    77,876

    SQL Server - Re: about sql

    Hi aarusa,

    this query'll give u list of all userdefined tables,
    --to list all tables
    select distinct ist.* from information_schema.tables as ist
    inner join sysobjects as so on...
  4. Thread: about sql

    by vavasudevan
    Answers
    36
    Views
    77,876

    SQL Server - Re: about sql

    Hi Aaarusa,
    u were using MS-SQL 2000 i think..
    U told as u created one table with 2 column, just

    Execute this Query for Making existing Column from NULL to NOT NULL

    Alter table...
  5. Thread: Using Join

    by vavasudevan
    Answers
    6
    Views
    5,553

    Oracle Re: Using Join

    Hi bvani,
    Inner Join'll give u matching records and Right join'll give u all records from one tables and non-matching record on left table'l come as NULL.. in Simply, Right join'l give u...
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