当前位置:网站首页>Some notes of MySQL
Some notes of MySQL
2022-07-06 11:00:00 【Sanli akaman】
Three paradigms of database
First normal form : emphasize
The atomicity of a field
, The meaning of a field is indivisible , Accurately express the meaning of its field ;Second normal form : emphasize
Uniqueness of records
, A primary key can uniquely identify a data , No redundant data ;surface : Student number 、 The student's name 、 Course 、 credits
Third normal form : emphasize
Redundancy of fields
, Any field of a table cannot be derived from other fields , The required field is not Rongyou , namely There is no transitive relationship ;surface : Student number 、 full name 、 Age 、 The name of the College 、 College phone ;
- There are transitive dependencies , Student number -> Student -> My college -> College phone
边栏推荐
- Ansible实战系列三 _ task常用命令
- Some problems in the development of unity3d upgraded 2020 VR
- CSDN Q & a tag skill tree (V) -- cloud native skill tree
- MySQL other hosts cannot connect to the local database
- MySQL主從複制、讀寫分離
- MySQL27-索引優化與查詢優化
- SSM integrated notes easy to understand version
- [untitled]
- MySQL20-MySQL的数据目录
- MNIST implementation using pytoch in jupyter notebook
猜你喜欢
Postman environment variable settings
[reading notes] rewards efficient and privacy preserving federated deep learning
MySQL25-索引的创建与设计原则
MySQL23-存储引擎
Mysql27 - Optimisation des index et des requêtes
MySQL transaction log
Swagger, Yapi interface management service_ SE
Invalid global search in idea/pychar, etc. (win10)
【博主推荐】SSM框架的后台管理系统(附源码)
CSDN markdown editor
随机推荐
Bytetrack: multi object tracking by associating every detection box paper reading notes ()
Just remember Balabala
Global and Chinese markets of static transfer switches (STS) 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
Redis的基础使用
解决:log4j:WARN Please initialize the log4j system properly.
记某公司面试算法题:查找一个有序数组某个数字出现的次数
Postman uses scripts to modify the values of environment variables
[ahoi2009]chess Chinese chess - combination number optimization shape pressure DP
++Implementation of I and i++
Case identification based on pytoch pulmonary infection (using RESNET network structure)
MySQL23-存储引擎
Mysql24 index data structure
LeetCode #461 汉明距离
npm一个错误 npm ERR code ENOENT npm ERR syscall open
[C language foundation] 04 judgment and circulation
Adaptive Bezier curve network for real-time end-to-end text recognition
Mysql21 user and permission management
[Li Kou 387] the first unique character in the string
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)