Sample Picasso Diagrams » QT2  (25 Slides)     [Page 1 of 2] :: Jump To  
Query Template

select
    s_acctbal,
    s_name,
    n_name,
    p_partkey,
    p_mfgr,
    s_address,
    s_phone,
    s_comment
from
    part,
    supplier,
    partsupp,
    nation,
    region
where
    p_partkey = ps_partkey
    and s_suppkey = ps_suppkey
    and p_retailprice :varies
    and s_nationkey = n_nationkey
    and n_regionkey = r_regionkey
    and r_name = 'EUROPE'
    and ps_supplycost <= (
        select
            min(ps_supplycost)
        from
            partsupp,
            supplier,
            nation,
            region
        where
            p_partkey = ps_partkey
            and s_suppkey = ps_suppkey
            and s_nationkey = n_nationkey
            and n_regionkey = r_regionkey
            and r_name = 'EUROPE'
            and ps_supplycost :varies
    )
order by
    s_acctbal desc,
    n_name,
    s_name,
    p_partkey

Optimizer Diagrams
  You have reached the first page You have reached the first page      Up one level      Next page Last page  
Plan Diagram * 1920 x 1170 * (190KB)
Reduced Diagram (20%) * 1920 x 1170 * (182KB)
Cardinality Diagram * 1920 x 1170 * (178KB)
Cost Diagram * 1920 x 1170 * (184KB)
Plan1 * 1936 x 1186 * (113KB)
  Plan Diagram  
  Reduced Diagram (20%)  
  Cardinality Diagram  
  Cost Diagram  
  Plan1  
Plan2 * 1936 x 1186 * (113KB)
Plan3 * 1936 x 1186 * (112KB)
Plan4 * 1936 x 1186 * (112KB)
Plan5 * 1936 x 1186 * (113KB)
Plan6 * 1936 x 1186 * (108KB)
  Plan2  
  Plan3  
  Plan4  
  Plan5  
  Plan6  
Plan7 * 1936 x 1186 * (114KB)
Plan8 * 1936 x 1186 * (116KB)
Plan9 * 1936 x 1186 * (123KB)
Plan10 * 1936 x 1186 * (112KB)
Plan11 * 1936 x 1186 * (119KB)
  Plan7  
  Plan8  
  Plan9  
  Plan10  
  Plan11  
Album last updated on 2/9/09 9:58 PM
Powered by Jalbum 8.1 and BluPlusPlus skin
Indian Institute of Science