Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in SQL by (45k points)
Could someone tell me how many types of joins in SQL?

1 Answer

0 votes
by (99k points)

Join in SQL helps you to combine columns from one or more tables by values that are common to each other. If we take in ANSI-standard SQL determines five types of JOIN and they are:

  1. INNER
  2. LEFT OUTER
  3. RIGHT OUTER
  4. FULL OUTER
  5. CROSS.

Keen to learn SQL, check out the end-to-end SQL certification course from Intellipaat which teaches you through instructor-led training and guided projects with exercises. This certification course helps you to learn SQL from basic to advanced level and help you become a certified professional. Also, check out our YouTube video on SQL Training from our expert team, to get your fundamentals correct.

Related questions

0 votes
1 answer
asked May 4, 2023 in SQL by vyeshma (32.3k points)
0 votes
4 answers
0 votes
1 answer
0 votes
1 answer
asked Aug 16, 2020 in SQL by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 18, 2019 in SQL by Tech4ever (20.3k points)

Browse Categories

...