当前位置:网站首页>Get to know MySQL for the first time
Get to know MySQL for the first time
2022-07-07 01:45:00 【Hu Yangyang y】
1.MySQL History and characteristics of
history : From Sweden MySQL AB Establishment of the company ,1995 Developed MySQL 2008 year ,MySQL By SUN Company purchase 2009 year ,Oracle Acquisition SUN company , , in turn, Oracle You get MySQL 2016 year ,MySQL8.0.0 Version launch
characteristic : Open source 、 Relational databases Support the storage of tens of millions of data , Large databases
1. Persistence : Save data to a power down storage device for later use .
Data persistence means saving the data in memory to the hard disk “ curing ”.
The main function of persistence is to store the data in memory in the relational database .
2. understand MySQL
DB:database, A database is a file . ( Be similar to :.doc、.txt、.mp3、.avi、...)
DBMS: Database management system .( Be similar to word Tools 、wps Tools 、 Notepad tools 、qq Video player, etc ) MySQL The database server is installed with MySQL DBMS, Use MySQL DBMS To manage and operate DB, It uses SQL Language .
SQL: Structured query language
A language designed to communicate with a database
RDBMS: Relational database
Relational database to line (row) And column (column) In the form of data storage
ORM thought
A table in the database <-->Java A class in
A piece of data in the table <--> An object in a class ( Or entity )
A column in the table <--> A field in a class , attribute (field)
The relationship between tables
One to one connection , One to many connection , Many to many connection , Self quoting
3.SQL The classification of
DDL: Data definition language
DML: Data operation language ( Include SELECT Query statement , a key )
DCL: Data control language
边栏推荐
猜你喜欢
New job insights ~ leave the old and welcome the new~
tansig和logsig的差异,为什么BP喜欢用tansig
永久的摇篮
移植DAC芯片MCP4725驱动到NUC980
Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which
Make Jar, Not War
AI 从代码中自动生成注释文档
新工作感悟~辞旧迎新~
Let's see how to realize BP neural network in Matlab toolbox
1123. The nearest common ancestor of the deepest leaf node
随机推荐
Telnet,SSH1,SSH2,Telnet/SSL,Rlogin,Serial,TAPI,RAW
制作带照明的DIY焊接排烟器
JS ES5也可以創建常量?
Yunna | work order management measures, how to carry out work order management
修改px4飞控的系统时间
Today's question -2022/7/4 modify string reference type variables in lambda body
Use nodejs to determine which projects are packaged + released
Appium自动化测试基础 — uiautomatorviewer定位工具
AcWing 344. 观光之旅题解(floyd求无向图的最小环问题)
C language instance_ four
Hutool post requests to set the body parameter to JSON data
Table table setting fillet
How to prevent overfitting in cross validation
Taro2.* applet configuration sharing wechat circle of friends
糊涂工具类(hutool)post请求设置body参数为json数据
js如何快速创建一个长度为 n 的数组
交叉验证如何防止过拟合
我如何编码8个小时而不会感到疲倦。
C语言实例_4
搭建【Redis in CentOS7.x】