Results 1 to 2 of 2

Thread: Types of Joins

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Answers
    1

    Types of Joins

    I want to know some thing related to Joins?
    How many types of joins?
    whats commands we used for Joins?
    Every part related to Joins...


  2. #2
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: Types of Joins

    Quote Originally Posted by jyoti_02 View Post
    I want to know some thing related to Joins?
    How many types of joins?
    whats commands we used for Joins?
    Every part related to Joins...
    >>want to know some thing related to Joins?
    Join is used to combine columns from two or more tables.


    >>How many types of joins?
    Types of join

    1. Equi join or inner join :- In equi join we combine columns from two or more tables using = operator.

    2. Non equi join :- Two or more tables joined using other than = operator. It is used when there is no column column in tables.

    3. Self Join :- Joining table to itself is called self join.

    4. Outer Join :- It extend the results of inner join. Outer join retrieves the rows returned by equi join as well as rows do not match any row from other tables.

    Types of outer join
    ·Left Outer Join: Returns rows from both tables that satisfy the join condition, and the rest of rows from the first (left) table.

    ·Right Outer Join: Returns rows from both tables that satisfy the join condition, and the rest of rows from the second (right) table.

    ·Full Outer Join: Returns rows from both tables that satisfy the join condition, the rest of rows from the first (left) table, and the rest of rows from the second (right) table.

    To know more details about join follow the link


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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