"Database Experiment" Experiment 4: Database Design

Preface

Summary: WeChat search [ Sanqiao Jun ]

Database courses need to do some database experiment reports on relevant knowledge points, and Mr. Mihashi specially rearranges them into tutorials based on the database experiments he has done. A total of 6 copies of these tutorials are included in the "Database Experiment" column.

 

1. The purpose of the experiment

 

Master the basic methods of database design and database design tools.

 

2. Experimental content

 

Master the basic steps of database design, including database conceptual structure design, logical structure design, physical structure design, and database model SQL statement generation. Ability to use database design tools for database design.

 

3. Experimental data

 

Design a purchasing, sales and customer management application database. Among them, one supplier can supply multiple parts, and one part can also have multiple suppliers. One customer order can order parts from multiple suppliers. Customers and suppliers belong to different countries, and the countries are divided into five continents and eight oceans. Please use PowerDesigner database design tool to design the database.

PowerDesigner cracked software and Chinese package can go to the official account [Sanqiao Jun] to reply [PD] to receive.

 

4. Experimental results

 

(1) Conceptual structure design

 

(2) Logical structure design

 

(3) Physical structure design

 

(4) SQL statement generation in database mode

The source code of the structural design and the database source code of the supply management system can be obtained from the public account [Sanqiao Jun] and reply [Database Experiment 4].


It is not easy to organize articles. If you have any help, please like and follow and support, thank you! Wechat search for [Mr. Sanqiao ] and reply [Follow] with a resource package prepared by me. Continued updates~~~

Guess you like

Origin blog.csdn.net/weixin_46218781/article/details/107425512