What are the joins,types of joins and thier functions?
Answer Posted / sree
There are two types of joins
1.Inner joins
2.Outer joins
The outer join is of 3 kinds
- Right join
- Left join
- Full join
Inner join have following characteristics
-return only matching rows
allow max of 32 tables to be joined at the same time
Outer joins--can retrive nonmatching as well as matching
rows.
--outer joins are limited to two tables at a time.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
how does sas handle missing values in procs? : Sas programming
What are the parameters of scan function?
What do the mod and int function do? : Sas programming
where to use sas business intelligence? : Sas-bi
Explain append procedure?
Explain the purpose of retain statement.
What are SAS/ACCESS and SAS/CONNECT?
For what purpose would you use the RETAIN statement?
what do the pad and dim functions do? : Sas programming
Mention the category in which sas informats are placed?
how to change the execute of macro
Mention common programming errors committed in sas ?
Tell me more about the parameters in macro? : sas-macro
How many data types are there in SAS?
What are the new features included in the new version of SAS Programming Language?