Thƣơng mại điện tử<br />
Lecture 8:<br />
THIẾT KẾ Data Model - WEB TMDT<br />
TS Đào Nam Anh<br />
Đại học Điện lực, Khoa CNTT<br />
1<br />
<br />
Tài liệu<br />
Frontiers of Electronic Commerce, Ravi<br />
Kalakota, and Andrew B. Whinston<br />
E-commerce applications, Luisa Calcagno<br />
KIẾN THỨC THƢƠNG MẠI ĐIỆN TỬ, TS.<br />
Nguyễn Đăng Hậu<br />
GIÁO TRÌNH THƢƠNG MẠI ĐIỆN TỬ<br />
DÀNH CHO DOANH NGHIỆP, Ths Dƣơng<br />
Tố Dung<br />
<br />
<br />
2<br />
<br />
Nội dung<br />
1.<br />
<br />
2.<br />
3.<br />
4.<br />
5.<br />
<br />
Thiết kế dự án web - Project Design<br />
Mô hình dữ liệu Data Model<br />
Entity-Relation Diagram (ERD).<br />
Mô hình qui trình - Process Model<br />
Functional Decomposition Diagram<br />
<br />
3<br />
<br />
1. Project Design<br />
In order to design a web site, the<br />
relational database must be<br />
designed first.<br />
Conceptual design can be divided into<br />
two parts: The data model and the<br />
process model.<br />
4<br />
<br />
1. Project Design<br />
The data model focuses on what data should be<br />
stored in the database while the process<br />
model deals with how the data is processed.<br />
To put this in the context of the relational<br />
database, the data model is used to design the<br />
relational tables.<br />
The process model is used to design the queries<br />
that will access and perform operations on<br />
those tables.<br />
5<br />
<br />