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

Answer Posted / rus

There are three types of joins:
1. Cartesian Join
2. Inner Join
3. Outer Join

Cartesian Join gives the records for all the combinations
of both the datasets

Inner Join gives only the matching records from both the
datasets

outer join is of three types:
Left Join
Right Join
Self Join

Left Join gives both matched and unmatched records from the
left table/dataset

Right join gives both matched and unmatched records from
the right table/dataset

self join gives matching or unmatched records from the same
table based on the condition

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you execute macro within another macro? : sas-macro

532


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

694


Explain why double trailing @@ is used in input statement?

577


What do the mod and int function do? : Sas programming

586


For what purposes have you used sas macros? : sas-macro

540






what do the mod and int function do? What do the pad and dim functions do? : Sas programming

617


what is business intelligence? : Sas-bi

585


How would you identify a macro variable? : sas-macro

537


explain the difference between proc means and proc summary?

675


describe about physical data integration? : Sas-di

561


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

587


Explain the main difference between the sas procedures and functions? : Sas-administrator

542


What would you change about your job?

1929


What are the difference between sas functions and procedures?

644


State the difference between INFORMAT and FORMAT ?

599