Click here to Skip to main content
15,891,921 members
Articles / Programming Languages / Basic

BASIC UNDERSTANDING OF SQL JOIN

24 Apr 2022CPOL 0  
The basics idea of this Blog is to give some clarity to the beginners and intermediate programmers who don't have idea of how the joins working
there are multiple joins out there, we can group those into INNER JOIN, OUTER JOIN, FULL JOIN. This joins may be simple to understand. But the problem comes from the point of how we are joining. For example I have a table customers and students. Yeah there is no relationship between a customer and student in this example. Can I join this customers and students tables. If you say `no` then the understanding may have to cleared. Basically how we are writing joins
Only logged in members can view this content

Please go to the Basic Table of Contents to view the list of available articles in this section.