Answer Posted / Rahul Shankar
Different types of joins in SAP HANA include INNER JOIN (combines rows from two tables where join conditions are met), OUTER JOIN (includes all rows from one table and matches with the other if possible), LEFT OUTER JOIN (includes all rows from the left table and matches with the right table if possible), RIGHT OUTER JOIN (includes all rows from the right table and matches with the left table if possible), FULL OUTER JOIN (includes all rows from both tables when a match is found), and CARTESIAN JOIN (joins every row from two tables, without any conditions).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category