describe about joins? briefly?

Answer Posted / hardeep malhotra

Use proc sql for joins,

There are 5 types of joins in sas

1) Inner Join :- Output would be only matched cases.

2) left outer Join :- Output would be all the rows from
left table with corresponding matched value from right
table.

3) right Join :- vice versa of left Join.

4) Full outer join :- will take all matched & unmatched
rows of both the tables.

5) Product Join :- this will join the 2 tables without any
common variable.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe 5 ways to do a “table lookup” in SAS?

702


Why and when do you use proc sql?

764


do you prefer proc report or proc tabulate? Why? : Sas programming

577


What are the differences between sum function and using “+” operator?

581


How necessary is it to be creative in your work?

2022






what can you learn from the sas log when debugging? : Sas programming

612


What function CATX syntax does?

692


Enlist the functions performed by sas.

678


Describe the function and utility of the most difficult SAS macro that you have written?

2027


what is the primary data source for the wrs? : Sas-bi

661


Difference between nodup and nodupkey options?

636


Describe the function and untility of the most difficult SAS macro that you have written.

1565


What does the RUN statement do?

854


what do you mean by data staging area? : Sas-di

607


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3909