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

Answer Posted / kush

Joins are used to join the datasets horizontally.

There are 2 types of joins: inner and outer joins.Outer joins includes left,right and full join.

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

Left join gives all the records that are present in left
dataset and matching records in right dataset.

Right join gives all the records in the right dataset and matching records in left datasets

full join gives all matching and non matching records found in both the datasets.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why is sas data integration studio important? : Sas-di

561


what versions of sas have you used (on which platforms)? : Sas programming

584


Intern stastical programmer written test

288


Tell me about % include and % eval? : sas-macro

678


Do you need to rearrange the order of the data for the report?

1835






what is intially documentation in sas?

4335


What are the default statistics for means procedure?

642


Did you used proc test? when?

1575


Give e an example of..

1655


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

705


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

653


What is interleaving in SAS?

673


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1917


Which function is used to count the number of intervals between two sas dates?

569


which date function advances a date, time or datetime value by a given interval? : Sas programming

597