当前位置:网站首页>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
边栏推荐
- Pytoch LSTM implementation process (visual version)
- npm一个错误 npm ERR code ENOENT npm ERR syscall open
- Postman uses scripts to modify the values of environment variables
- There are three iPhone se 2022 models in the Eurasian Economic Commission database
- Unicode decodeerror: 'UTF-8' codec can't decode byte 0xd0 in position 0 successfully resolved
- C language advanced pointer Full Version (array pointer, pointer array discrimination, function pointer)
- MySQL22-逻辑架构
- 虚拟机Ping通主机,主机Ping不通虚拟机
- [reading notes] rewards efficient and privacy preserving federated deep learning
- Detailed reading of stereo r-cnn paper -- Experiment: detailed explanation and result analysis
猜你喜欢
LeetCode #461 汉明距离
MySQL27-索引優化與查詢優化
MySQL23-存储引擎
Invalid global search in idea/pychar, etc. (win10)
Csdn-nlp: difficulty level classification of blog posts based on skill tree and weak supervised learning (I)
Generate PDM file from Navicat export table
Other new features of mysql18-mysql8
MySQL30-事务基础知识
MySQL20-MySQL的数据目录
How to find the number of daffodils with simple and rough methods in C language
随机推荐
Generate PDM file from Navicat export table
Postman uses scripts to modify the values of environment variables
La table d'exportation Navicat génère un fichier PDM
MySQL21-用户与权限管理
JDBC原理
MySQL 20 MySQL data directory
Discriminant model: a discriminant model creation framework log linear model
A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
Other new features of mysql18-mysql8
导入 SQL 时出现 Invalid default value for ‘create_time‘ 报错解决方法
Mysql21 - gestion des utilisateurs et des droits
MySQL22-逻辑架构
CSDN问答模块标题推荐任务(二) —— 效果优化
February 13, 2022 - Maximum subarray and
FRP intranet penetration
Water and rain condition monitoring reservoir water and rain condition online monitoring
CSDN问答标签技能树(一) —— 基本框架的构建
Ansible实战系列一 _ 入门
1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
【博主推荐】asp.net WebService 后台数据API JSON(附源码)