GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  BO Designer

 Print  |  
Question:  how to add aggregate tables to a schema in real time scenario



July 07, 2008 10:54:12 #1
 Tanveer Ahmed   Member Since: July 2008    Total Comments: 2 

RE: how to add aggregate tables to a schema in real time scenario
 

Hi,

Aggregate awareness is the ability of a universe to make use of aggregate tables in a database. These are tables that contain pre-calculated data. You can use the @Aggregate_Aware function in the Select statement for an object that directs a query to be run against aggregate tables rather than a table containing non aggregated data.

If the above mentioned answer is not useful or want more details on this
please feel free to write me. you can also send me an email: tanvir.mir12@gmail.com

Thanks,
Tanveer

     

 

Back To Question