chapter 5: developing a data model
1. attribute, class and relationship
2. two or more relationship between class: cause by a special member or historical data
3. different routes of classes
1.avoid data redundancy, can not have two route to get a answer.data will be inconsistent.
2.two or relationship is needed,when one route can not get the answer.
3. Fan trap: one class has two many relationship to other classes.
4. chasm trap: add an other category for uncategroied data.
5. relationship of class itself
4. relationship involved more than two class.
chapter 6: generalization and specialization
1. when two classes have the same relation ship to another class, consider superclass and subclass them.
2. multisubclass two subclass can be achieved by superclass composite an interface and have two subclass to implement the interface.
3. using inheritance only when it is required, some time a composition is enough.
Summary about the database design:
1. requirement analysis--> use case--> data model. data model are not represent the problem. it represent the data that you think is necessary to store for the problem. how the data will be used. when designing, keep asking what problem will be resolved and how the data will help.
2. polish the data model
1. optional and cardinality relationship between classes
2. new class are needed when two or more class are connected to have a relationship
3. self relationship
4. 1-many relationship consider historical data
5. when two or more classes have the same relationship to another class, think about inheritance.
6. if two class have two relationship, that must have different relation information of the two class
3. data model to relational database.
1. 1-many relationship add a new field (the foreign key, primary key of the 1 side) to the many side.
2. constrain of the foreign key to maintain 1-1 relationship.
not null, force an 1-many, null is a 0..1-many.
3. inheritance is a 1-0...1 relation.
4. using normalization to double check data consistency.
4. use data--crud, and retrieve data.
分享到:
相关推荐
·Use a consistent,generic Information Engineering(IE)Crow's Foot E-R diagram notation for data modehng and database design. Provide a detailed discussion of specific normal forms within a ...
数据库课程设计Database Design - 2nd Edition covers database systems and database design concepts. New to this edition are SQL info, additional examples, key terms and review exercises at the end of ...
is is a book intended for those who are involved in the design or development of a database system or application. It begins by focusing on how to create a logical data model where data are stored ...
BOOK REVIEW Database Systems: design, Implementation & Management By • 12th Edition, 2016•784 pages • ISBN Database Systems: design, Implementation & Management By Carlos Coronel •... Book · ...
This publication is a reference document that presents a review of the principles and practice related to design and construction of foundation, with specific reference to ground conditions in Hong ...
Part II OSPF Routing and Network Design 161 Chapter 4 Design Fundamentals 163 Chapter 5 Routing Concepts and Configuration 225 Chapter 6 Redistribution 339 Chapter 7 Summarization 405 Part III OSPF ...
This hands-on resource covers everything from a review of SQL basics and database design to creating your own databases and using the SQL language in a variety of database applications. Packed with ...
Display database information in the Telerik WPF controls Get useful tips on creating engaging, interactive user experiences for Windows desktop applications Build powerful, responsive, and scalable ...
Professional UML with Visual ...Chapter 6 - Documenting the Project Chapter 7 - Distributed System Design Chapter 8 - Database Modeling with Visio for Enterprise Architects Index <br>
Professional UML with Visual ...Chapter 6 - Documenting the Project Chapter 7 - Distributed System Design Chapter 8 - Database Modeling with Visio for Enterprise Architects Index <br>
Static White-Box Testing: Examining the Design and Code Formal Reviews Coding Standards and Guidelines Generic Code Review Checklist Summary Quiz Chapter 7. Testing the Software with X-...
By establishing proper database design and normalization, the logical relationships between various project elements can be effectively managed. The project information management component allows ...
Open any PADS Logic or PADS Layout database View designs with full graphical control Share designs with colleagues ...Review placement and routing and design-rule definition with others on your team
6. 数据库设计文档(Database Design Document):记录数据库的逻辑结构和物理结构,包括表的设计、关系模型、索引和存储过程等。 7. 测试计划文档(Test Plan Document):定义了测试策略、测试用例、测试环境、...
und database for development. The system, in terms of interface design, takes full account of user habits and effects, presenting a clean and clear layout with well-defined functions, significantly ...