What are the joins,types of joins and thier functions?

Answer Posted / mehul.v.thakkar@gmail.com

There are basically three types of joins in SAS,
1. Inner Join
2. Left Join
3. Right Join

Inner Join gives the records which are present in both the
datasets.

Left join gives all the records that are present in left
dataset irrespective of whether they have a matching record
in the right dataset.

Right join gives all the records in the right dataset
irrespective of whether they have a matching record in the
left dataset.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to perform sorting in sas program?

599


where to use sas business intelligence? : Sas-bi

582


what are validation tools that are used in sas? : Sas-administrator

593


How does proc sql work?

618


What is the command used to find missing values?

593






what is factor analysis? : Sas-administrator

613


What are the limitations for memory allocation for SAS variables

931


What are the different types of sas functions?

608


Which statement does not perform automatic conversions in comparisons?

1202


What is factor analysis?

662


What are the parameters of scan function?

622


what does the run statement do? : Sas programming

556


What is program data vector (pdv) and what are its functions?

631


Did you used proc test? when?

1575


how could you generate test data with no input data? : Sas programming

631