Output - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

This query returns the output table:

SELECT * FROM categorize_output ORDER BY 1;

The output table looks like the input table, but its schema is different. To check the output data variable types, use this query: \d categorize_output

The query returns:

Table "public"."categorize_output"
Column    | Type              | Modifiers 
-----------------------------------------
sn        | integer           | 
price     | real              | 
lotsize   | real              | 
driveway  | integer           | 
recroom   | character varying | 
fullbase  | character varying | 
gashw     | character varying | 
airco     | character varying | 
prefarea  | character varying | 
homestyle | character varying |

Table Type:
fact

Distribution Key:
sn

Compression Level:
none

Storage Type:
row

Persistence:
permanent