SELECT * FROM DecisionTreePredict ( ON { table | view | (query) } AS AttributeTable PARTITION BY pid_col [,...] ON { table | view | (query) } AS Model DIMENSION USING AttrTableGroupbyColumns ('gcol'[,...]) AttrTablePIDColumns ('pid_col'[,...]) AttrTableValColumn ('value_column') [ OutputResponseProbDist ({'true'|'t'|'yes'|'y'|'1'|'false'|'f'|'no'|'n'|'0'}) Responses ('response'[,...]) ] [ Accumulate ('accumulate_column'[,...])] ) AS alias;