The sysaggregates system catalog table records user-defined aggregates (UDAs). The sysaggregates table has the following columns.
Each user-defined aggregate has one entry in sysaggregates that is uniquely identified by its identifying code (the aggid value). Only user-defined aggregates (aggregates that are not built in) have entries in sysaggregates.
Both a simple index on the aggid column and a composite index on the name and owner columns require unique values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]