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