SQL Important programing
we have two table table jobs and journey details and jobid are common in both the table means jobs id are multiples time in the journey details jobid=1,jobid=1,jobid=1, and we are try to fetching data on the basis of departmentid on the both table so that we will get the data or multiples job present in the journey details table .Please check the given picture so that you will easily understand the whole scenario :)
!> create two table
Insert data into the tables
Comments