|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
The concept of SQL Join I just spent two hours of tutorials on joins, including the right to develop, try to understand what is a join and what it does. I think I am far from everything, and I write this post to try to get ideas. What I would like to ask you, is to correct me in these statements that I present below: a join is a relationship of equality between one or several bases. a natural join is equivalent to time, a performance and logical of a "WHERE table1.value = table2.value". An outer join is equivalent to a natural join with the exception that it includes all entries in the table specified after FROM for a left outer join and right outer join after a right outer join. It is used to verify equal while in the selection encompassing all entries compared with the field is NULL. I confess that I have been very difficult to grasp the concept, and more than I have no way (or right) to test any code, or see the consequences. If you have comments to make, try, please be clear. |
#2
| ||||
| ||||
Re: The concept of SQL Join Quote:
Quote:
It is also equivalent to a Code: INNER JOIN Table2 ON table1.value = table2.value Quote:
Code: FROM Table1 LEFT OUTER JOIN Table2 ON Table1.Field1 = Table2.Field2 Quote:
|
#3
| |||
| |||
Re: The concept of SQL Join Forget for the time natural join, it is ease of writing that does nothing. Concentrate first on your inner join, also known as joint strong. Attack then on cross join, the Cartesian product. The concept and syntax are very simple. Once you understand that you can attack the principle of outer join. You do not sense the right way, we must think in data set, not sure of syntax in writing before or after a word. |
#4
| |||
| |||
Re: The concept of SQL Join Quote:
But then what is a restricted join? Which fields are filtered? on what criteria? |
![]() |
|
Tags: concept, join, sql |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can?t join friends in Max Payne 3, error "Join Failed Failure: Blacklisted. | G.Kahli | Video Games | 3 | 02-06-2012 12:44 PM |
iOS 5 Concept and features | -Deven- | Portable Devices | 9 | 03-09-2011 10:16 PM |
Concept of abstraction | bharti_rajpal | Software Development | 3 | 25-11-2009 11:52 AM |
Concept of UML | Jagadamba | Software Development | 3 | 20-11-2009 09:53 AM |
Equi Join vs Natural Join in SQL | Demetrius | Software Development | 3 | 14-05-2009 12:55 PM |