need some clarification:
In jet mdb, you can go into relationships, join a pk with a fk, and then you hit a button called "join type", which gives you the choice of assigning type 1, 2 or 3 (i guess corresponding to INNER, RIGHT OUTER and LEFT OUTER)
Diagrams in SQL server doesn't seem to have the same thing. Is there a way to do this in SQL Server, or is the concept different? Maybe you only invoke the join type when writing SQL code?
I am a nobody, and nobody is perfect; therefore, I am perfect.
In jet mdb, you can go into relationships, join a pk with a fk, and then you hit a button called "join type", which gives you the choice of assigning type 1, 2 or 3 (i guess corresponding to INNER, RIGHT OUTER and LEFT OUTER)
Diagrams in SQL server doesn't seem to have the same thing. Is there a way to do this in SQL Server, or is the concept different? Maybe you only invoke the join type when writing SQL code?
I am a nobody, and nobody is perfect; therefore, I am perfect.