Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Ethel
		
			Ethel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
could you please help me to figure out what I'm doing wrong?
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 Ahidhar
		
			Ahidhar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		that is how right join works it gives preference to the table loaded after join in this case the table taken from T2.
so of the 100 rows in First table only the 3 rows that match with Second table will be considered
Below link explains the difference between different joins
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 Ahidhar
		
			Ahidhar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		that is how right join works it gives preference to the table loaded after join in this case the table taken from T2.
so of the 100 rows in First table only the 3 rows that match with Second table will be considered
Below link explains the difference between different joins
 Ethel
		
			Ethel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you very much!
 Ethel
		
			Ethel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you very much!
