当前位置:网站首页>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
边栏推荐
- Mysql23 storage engine
- How to find the number of daffodils with simple and rough methods in C language
- Win10: how to modify the priority of dual network cards?
- Navicat 导出表生成PDM文件
- windows下同时安装mysql5.5和mysql8.0
- [recommended by bloggers] C # generate a good-looking QR code (with source code)
- MySQL transaction log
- Mysql35 master slave replication
- [recommended by bloggers] C MVC list realizes the function of adding, deleting, modifying, checking, importing and exporting curves (with source code)
- La table d'exportation Navicat génère un fichier PDM
猜你喜欢

Mysql22 logical architecture

Postman Interface Association

MySQL23-存储引擎

【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)

Valentine's Day is coming, are you still worried about eating dog food? Teach you to make a confession wall hand in hand. Express your love to the person you want

MySQL19-Linux下MySQL的安装与使用

MySQL20-MySQL的数据目录

Bytetrack: multi object tracking by associating every detection box paper reading notes ()

MySQL31-MySQL事务日志

Installation and use of MySQL under MySQL 19 Linux
随机推荐
MySQL25-索引的创建与设计原则
Yum prompt another app is currently holding the yum lock; waiting for it to exit...
Mysql34 other database logs
[recommended by bloggers] background management system of SSM framework (with source code)
Mysql24 index data structure
MNIST implementation using pytoch in jupyter notebook
La table d'exportation Navicat génère un fichier PDM
IDEA 导入导出 settings 设置文件
C language string function summary
Solution: log4j:warn please initialize the log4j system properly
MySQL29-数据库其它调优策略
Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
Emotional classification of 1.6 million comments on LSTM based on pytoch
Ansible practical Series III_ Task common commands
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
MySQL21-用户与权限管理
Solve the problem that XML, YML and properties file configurations cannot be scanned
@controller,@service,@repository,@component区别
CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
Mysql21 user and permission management