為了方便起見,建立了以下簡單模型,和構(gòu)造了部分測試數(shù)據(jù):
在某個(gè)業(yè)務(wù)受理子系統(tǒng)BSS中,
--客戶資料表
create table customers
(
customer_id number(8) not null, -- 客戶標(biāo)示
city_name varchar2(10) not null, -- 所在城市
customer_type char(2) not null, -- 客戶類型
...
閱讀全文
posted @ 2009-08-10 12:47 泰仔在線 閱讀(202) | 評(píng)論 (0) | 編輯 收藏