Is is very expensive in processing time/resources to add some correlated subqueries to a summary view. What is needed is some transaction types to be summarized into 5 columns which would be the correlated subqueries. Is this the wrong way to accomplish these summaries? Would it be better to make each subquery a view and then link to these views in the summary view? What percent would each subquery add to the overall summary view creation, given that each transaction type would have a couple of records per group.