これは、cachegroupover.gifの説明です。図は、customer_ordersキャッシュ・グループのキャッシュ表customer(ルート表)、ordersおよびorder_itemと、それぞれの表に含まれる次の行を示しています。

customer(ルート表):

cust_num  region   name            address
     122  West     Jim Johnston    231 Main, Needles CA 92363
     342  West     Jane Stone      4223 Cowper,Palo Alto CA 94302
     663  Midwest  Mary J. Warren  673 State, Madison WI 53787

orders:

ord_num  cust_num  when_placed  when_shipped
  44325       122      10/7/07       10/7/07
  65432       122      8/24/08       8/27/08
  76543       663       4/2/09        4/8/09

order_item:

ord_num  prod_num  quantity
  44325  SD07             1
  44325  TR3A             5
  65432  FT094            1
  76543  SD07             2

説明終了。