table typeSelect the type of table to suit the data operation that you want the table to perform:calculate: passes through recordsmerge: combined data record from multiple tablesaggregate: combines or groups data records using a key attributescalculate by set: groups data records as they are passed through.cartesian: combines records using a cartesian join
Select the type of table to suit the data operation that you want the table to perform: