TAILIEUCHUNG - Beginning Database Design- P7

Beginning Database Design- P7:This book focuses on the relational database model from a beginning perspective. The title is, therefore, Beginning Database Design. A database is a repository for data. In other words, you can store lots of information in a database. A relational database is a special type of database using structures called tables. Tables are linked together using what are called relationships. You can build tables with relationships between those tables, not only to organize your data, but also to allow later retrieval of information from the database | Understanding Normalization Author author Book author FK title isbn publisher FK subject FK pages Subject subject I fiction non_fiction Publisher publisher address contact phone Figure 4-19 2NF often requires non-identifying one-to-many relationships. It is important to understand these 2NF relationships in the opposite direction such that BOOK entries depend on the existence of PUBLISHER and SUBJECT entries. Thus publishers and subjects must exist for a book to exist or every book must have a publisher and subject. Think about it it makes perfect sense exception could be a bankrupt publisher. On the contrary the relationship between PUBLISHER and BOOK plus SUBJECT and BOOK are actually one-to-zero one or many. This means that not all publishers absolutely have to have any titles published at any specific time and also that there is not always a book available covering each available subject. Figure 4-20 shows what the data looks like in the altered BOOK table with the new PUBLISHER and SUBJECT tables shown as well. Multiple fields of publisher and subject field information previously duplicated on the BOOK table as shown in Figure 4-15 is now separated into the two new PUBLISHER and SUBJECT tables with duplicate publishers and subjects removed from the new tables. 93 Chapter 4 AUTHOR Isaac Azimov James Blish Larry Niven AUTHOR TITLE ISBN PAGES PUB SUB Isaac Azimov Foundation 893402095 435 Isaac Azimov Foundation 345308999 Isaac Azimov Foundation 345336275 285 Isaac Azimov Foundation 5557076654 Isaac Azimov Foundation 246118318 234 Isaac Azimov Foundation 345334787 Isaac Azimov Foundation 5553673224 Isaac Azimov Foundation and Empire 553293370 320 Isaac Azimov Foundation s Edge 553293389 480 Isaac Azimov Prelude to Foundation 553298398 480 Isaac Azimov Second Foundation 553293362 304 James Blish A Case of Conscience 345438353 256 85670081 PUBLISHER ADDRESS Overlook Press Address contact phone Ballantine Books Address contact phone Bantam Books Address contact phone

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.