SAP-HANA
SAP HANA Attribute View Tutorial
What are Attributes? Attribute view acts like a dimension. It join multiple tables and act as...
Join in SAP HANA is used to Join table and information view and select values as per the requirement.
There are following types of Join method to Join SAP HANA tables –
| Join Type | Uses | Comment |
| INNER | Inner Join selects the set of records that match in both the table. | |
| LEFT OUTER JOIN | Left Outer Join selects the complete set of records from the first table, with a matching record from the second table (If Available). | If no match from the second table, Null value select from the second table. |
| RIGHT OUTER JOIN | Right Outer Join selects the complete set of records from the second table, with matching record from the first table (If Available). | If no match from the first table, Null value select from the first table. |
| FULL OUTER JOIN | Full Outer Join selects all records from both the table. | |
| REFERENTIAL JOIN | It is same as inner join by assuming that referential entity is maintained between the two tables. | It is available for only attribute view and analytic view. |
| TEXT JOIN | Text Join are used to select language specific specification | For Getting Description of the column it is used. |
What are Attributes? Attribute view acts like a dimension. It join multiple tables and act as...
What is SAP HANA Modeling? SAP HANA Modelling is an activity by which we create information view....
What is Trigger? A trigger is also a stored procedure that automatically executes when an event...
Most RDBMS database uses SQL as database language, the reason of being popular is – it is...
What is SLT (SAP Landscape Transformation Replication)? SLT is the an ETL tool that allows you to...
In this tutorial, we will learn, 1) SAP HANA Data Type 2) SAP HANA Identifiers SAP HANA Data Type...