TAILIEUCHUNG - Database Modeling & Design Fourth Edition- P5

Database Modeling & Design Fourth Edition- P5 | The Database Life Cycle 7 Customer cust-no cust-name . Step II c Transformation of the conceptual model to SQL tables create table customer cust_no integer cust_name char 15 cust_addr char 30 sales_name char 15 prod_no integer primary key cust_no foreign key sales_name references salesperson foreign key prod_no references product Product prod-no prod-name qty-in-stock Salesperson sales-name addr dept job-level vacation-days Order order-no sales-name cust-no Step 11 d Normalization of SQL tables Order-product order-no prod-no Decomposition of tables and removal of update anomalies Salesperson sales-name addr dept job-level Sales-vacations job-level vacation-days Step III Physical design Indexing Clustering Partitioning Materialized views Denormalization Figure continued number of data dependencies that need to be analyzed. This is accomplished by inserting conceptual data modeling and integration steps steps II a and II b of Figure into the tradi 8 CHAPTER 1 Introduction tional relational design approach. The objective of these steps is an accurate representation of reality. Data integrity is preserved through normalization of the candidate tables created when the conceptual data model is transformed into a relational model. The purpose of physical design is to optimize performance as closely as possible. As part of the physical design the global schema can sometimes be refined in limited ways to reflect processing query and transaction requirements if there are obvious large gains to be made in efficiency. This is called denormalization. It consists of selecting dominant processes on the basis of high frequency high volume or explicit priority defining simple extensions to tables that will improve query performance evaluating total cost for query update and storage and considering the side effects such as possible loss of integrity. This is particularly important for Online Analytical Processing OLAP applications. IV. Database implementation monitoring

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.