Hi,
I am new to sql so not sure whether using outerjoin for the following scenario is a good idea or should use some other method.
I have two tables one has columns SSN, Lastname, firstname, sales and the second table has columns SSN,Lastname,Firstname , City.
Now i have data in tables THere are some ssn which are in first table and not in second table and vice versa but i need to have data for allthe SSN
how can i achieve that.
Thanks.
--King
I am new to sql so not sure whether using outerjoin for the following scenario is a good idea or should use some other method.
I have two tables one has columns SSN, Lastname, firstname, sales and the second table has columns SSN,Lastname,Firstname , City.
Now i have data in tables THere are some ssn which are in first table and not in second table and vice versa but i need to have data for allthe SSN
how can i achieve that.
Thanks.
--King