Samir Bhogayta
What types of Joins are possible with Sql Server?
By Samir Bhogayta in SQL Server on Jun 25 2016
  • Mukesh Kumar
    Aug, 2017 31

    Left join & inner join

    • 0
  • sushil kumar
    Jul, 2017 8

    Join helps you to get the details from two to more than two tables. Types Of join : 1.) Inner join 2.)Outer join 2.a) left Outer join 2.b) Right Outer Join 2.c) Full Outer Join3.)Cross Join 4.)Self join

    • 0
  • Samir Bhogayta
    Jun, 2016 25

    Joins are used in queries to explain how different tables are related. Joins also let you select data from a table depending upon data from another table. Types of joins: INNER JOINs, OUTER JOINs, CROSS JOINs. OUTER JOINs are further classified as LEFT OUTER JOINS, RIGHT OUTER JOINS and FULL OUTER JOINS.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS