当前位置:网站首页>[database] knowledge and skills at the end of the term ----- Chapter 9 database design

[database] knowledge and skills at the end of the term ----- Chapter 9 database design

2022-07-19 04:08:00 Lambs can't fly

Chapter nine Database design

1、 What are the stages of database design , What documents are generated ?

1) Demand analysis --- The data dictionary

2) Conceptual structural design ---E-R chart ,UML

3) Logical structure design --- Relationship model

4) Physical structure design

5) Database implementation

6) Database operation and maintenance

2、 The main tasks of each stage ?

The main tasks corresponding to the six stages

1) Investigate and analyze user activity , Collect and analyze demand data and prepare system analysis report

2) The user requirements obtained from requirement analysis are abstracted into information structure E-R chart

3) take E-R The diagram is transformed into a logical structure ( Relationship model )

4) Choose a storage structure and storage method for the logical data model

5) Use DDL Define the data structure , Data loading , Programming and debugging applications , Test run the database

6) Database dump and recovery , Safety integrity control , Performance improvements , Reconstruction of database

3、 Give requirements , Be able to draw E-R chart ( To be able to E-R Graph to relational pattern , The connection between entities ,1:1, 1:n, m:n,, meaning , drawing )

  Reference resources : database -E-R Picture exercise _Mark7758 The blog of -CSDN Blog _ There are two entities: athletes and competition events

原网站

版权声明
本文为[Lambs can't fly]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/200/202207170321580718.html