当前位置:网站首页>E-R draw clear content
E-R draw clear content
2022-07-02 07:57:00 【Ren yabing】
About E-R chart , The relationship between data tables should be clear , Be clear , What is the function of each table , What is the relationship between tables
One 、 What is? E-R chart ?
E-R Graphs are also called entities - Contact diagram (Entity Relationship Diagram), Provides representation entity types 、 Properties and contact methods , A conceptual model used to describe the real world
Two 、 Part of the :
Entity : It is generally believed , What can be objectively distinguished from each other is the entity , Entities can be concrete people and things , It can also be abstract concepts and connections . Use a rectangle to represent
attribute : A property of an entity , An entity can be characterized by several attributes . Attributes cannot be detached from entities , Attributes are relative to entities . For the main attribute name , Underline its name
contact : It also has a relationship , The information world reflects the relationship within or between entities . The relationship within an entity usually refers to the relationship between the attributes that make up the entity ; The relationship between entities usually refers to the relationship between different sets of entities
3、 ... and 、E-R The standard of the diagram should be very clear , The primary key and other keys in each table should be clear distinguish , Make rational use of the storage capacity of the database , Improve the reading and saving speed of the database
Four 、 step :
1、 Identify all entity sets ;
2、 Select the attributes that the entity set should contain
3、 Determine the relationship between entity sets
4、 Determine the primary key of the entity set , Underline the attributes to indicate the attribute combination of the primary key
5、 Determine the type of contact , When a diamond box representing a connection is connected to an entity set with a line , Note next to the line is 1 or n( many ) To indicate the type of connection
Acceptance criteria :
1、 Express words accurately , The entity is a noun , Connection is a verb .
2、 Whether the graphics are used accurately , See above .
3、 The relationship between entities is correct , For example, the relationship between students and courses is many to many .
4、 Entity names and attributes correspond to table names and fields in the database . The entity is the name of the table in the database , Property is a field in the database .
边栏推荐
- How gensim freezes some word vectors for incremental training
- Daily practice (19): print binary tree from top to bottom
- 【TCDCN】《Facial landmark detection by deep multi-task learning》
- Remplacer l'auto - attention par MLP
- 程序的执行
- 【C#笔记】winform中保存DataGridView中的数据为Excel和CSV
- Implementation of yolov5 single image detection based on onnxruntime
- 用全连接层替代掉卷积 -- RepMLP
- The difference and understanding between generative model and discriminant model
- 【MagNet】《Progressive Semantic Segmentation》
猜你喜欢

【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》

Graph Pooling 简析

Command line is too long

【双目视觉】双目立体匹配

Implementation of yolov5 single image detection based on onnxruntime
![[in depth learning series (8)]: principles of transform and actual combat](/img/2e/89920de2273b6f1bc3b21a19c2ecbe.png)
[in depth learning series (8)]: principles of transform and actual combat

Traditional target detection notes 1__ Viola Jones

TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
![Open3d learning note 3 [sampling and voxelization]](/img/71/0b2ac5dfd538017de639e5651c7f46.png)
Open3d learning note 3 [sampling and voxelization]

【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
随机推荐
Income in the first month of naked resignation
Where do you find the materials for those articles that have read 10000?
【MagNet】《Progressive Semantic Segmentation》
Network metering - transport layer
[binocular vision] binocular correction
TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
CONDA common commands
Faster-ILOD、maskrcnn_ Benchmark installation process and problems encountered
Traditional target detection notes 1__ Viola Jones
How gensim freezes some word vectors for incremental training
Solve the problem of latex picture floating
Command line is too long
Label propagation
Execution of procedures
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
【Batch】learning notes
conda常用命令
Open3d learning notes II [file reading and writing]
【Paper Reading】
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》