Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Cơ sở dữ liệu
Database Modeling & Design Fourth Edition- P28
Đang chuẩn bị liên kết để tải về tài liệu:
Database Modeling & Design Fourth Edition- P28
Thảo Vân
96
5
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Database Modeling & Design Fourth Edition- P28: Database technology has evolved rapidly in the three decades since the rise and eventual dominance of relational database systems. While many specialized database systems (object-oriented, spatial, multimedia, etc.) have found substantial user communities in the science and engineering fields, relational systems remain the dominant database technology for business enterprises. | 122 CHAPTER 6 Normalization Table 6.4 Candidate Tables and FDs from ER Diagram Transformation continued technician none skill skill_type - skill_descrip project location project_name - start_date end_date head_id loc_name - loc_county loc_state zip prof_assoc desktop assoc_name - assoc_addr phone_no start_date desktop_no - computer_type serial_no desktop_no - emp_no assigned_to skill_used emp_id loc_name - project_name none 6.4 Determining the Minimum Set of 3NF Tables A minimum set of 3NF tables can be obtained from a given set of FDs by using the well-known synthesis algorithm developed by Bernstein 1976 . This process is particularly useful when you are confronted with a list of hundreds or thousands of FDs that describe the semantics of a database. In practice the ER modeling process automatically decomposes this problem into smaller subproblems the attributes and FDs of interest are restricted to those attributes within an entity and its equivalent table and any foreign keys that might be imposed upon that table. Thus the database designer will rarely have to deal with more than ten or twenty attributes at a time and in fact most entities are initially defined in 3NF already. For those tables that are not yet in 3NF only minor adjustments will be needed in most cases. In the following text we briefly describe the synthesis algorithm for those situations where the ER model is not useful for the decomposition. In order to apply the algorithm we make use of the well-known Armstrong axioms which define the basic relationships among FDs. Inference rules Armstrong axioms Reflexivity If Y is a subset of the attributes of X then X - Y i.e. if X is ABCD and Y is ABC then X - Y. Trivially X - X Augmentation If X - Y and Z is a subset of table R i.e. Z is any attribute in R then XZ - YZ. 6.4 Determining the Minimum Set of 3NF Tables 123 Transitivity If X- Y and Y- Z then X- Z. Pseudotransitivity If X- Y and YW- Z then XW- Z. Transitivity is a special case of .
TÀI LIỆU LIÊN QUAN
Database Modeling & Design Fourth Edition- P1
Database Modeling & Design Fourth Edition- P2
Database Modeling & Design Fourth Edition- P3
Database Modeling & Design Fourth Edition- P4
Database Modeling & Design Fourth Edition- P5
Database Modeling & Design Fourth Edition- P6
Database Modeling & Design Fourth Edition- P7
Database Modeling & Design Fourth Edition- P8
Database Modeling & Design Fourth Edition- P9
Database Modeling & Design Fourth Edition- P10
Đã 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.