R
R S via AccessMonster.com
Why do two or more tables need to be linked by one of the following
relationships: one to one, one to many, many to many.
When, a simple SQL statement UNION ALL (which is what I use) can join two
tables and provide the user with all data between the two tables. A second
SQL statement is used to reduce the joined data to what data is needed. If I
specify a relationship between two tables then I need to be concerned with
what data will be returned by the type of join I use.
Just curious, thanks.
relationships: one to one, one to many, many to many.
When, a simple SQL statement UNION ALL (which is what I use) can join two
tables and provide the user with all data between the two tables. A second
SQL statement is used to reduce the joined data to what data is needed. If I
specify a relationship between two tables then I need to be concerned with
what data will be returned by the type of join I use.
Just curious, thanks.