Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Configuring your Oracle9i database for materialized views
- Materialized viewHow can we consider writing a SQL query inside the materialized view?how can it be more efficient?Query 1 – sales and profitability by quarter by product.select t.quarter, p.product_id, p.product_name,sum(f.purchase_price + f.shipping_charge) as Gross_Sales, sum((f.purchase_price + f.shipping_charge)-(p.cost_price + p.shipping_charge)) as Profit, count(purchase_price) as total_sales, count(*) as purchase_count from...
- Tags: Sales strategy, Sales force management, Databases, Enterprise software, Oracle9i Database, database, Oracle9i, send.shakthi@..., f.purchase_price, f.product_id, f.time_key, purchase_price, p.cost_price, c.city, time t
- Discussion threads 2007-10-24
- About materialized view
- How can we consider writing a SQL query inside the materialized view?how can it be more efficient?Query 1 – sales and profitability by quarter by product.select t.quarter, p.product_id, p.product_name,sum(f.purchase_price + f.shipping_charge) as Gross_Sales,sum((f.purchase_price + f.shipping_charge)-(p.cost_price + p.shipping_charge)) as Profit, count(purchase_price) as total_sales, count(*) as purchase_countfrom time t, product p, purchases...
- Tags: Sales strategy, send.shakthi@..., f.purchase_price, f.product_id, f.time_key, c.city, p.cost_price, purchase_price, time t
- Discussion threads 2007-10-24
- << Previous
- page 1 of 1
- Next >>