当前位置:网站首页>初识MySQL
初识MySQL
2022-07-06 18:09:00 【胡阳阳Y】
1.MySQL的历史及特点
历史: 由瑞典的MySQL AB 公司创立,1995开发出的MySQL 2008年,MySQL被SUN公司收购 2009年,Oracle收购SUN公司,进而Oracle就获取了MySQL 2016年,MySQL8.0.0版本推出
特点: 开源的、关系型的数据库 支持千万级别数据量的存储,大型的数据库
1.持久化:将数据保存到可掉电式存储设备中以供之后使用。
数据持久化意味着将内存中的数据保存到硬盘上加以“固化”。
持久化的主要作用是将内存中的数据存储在关系型数据库中。
2.了解MySQL
DB:database,看做是数据库文件。 (类似于:.doc、.txt、.mp3、.avi、。。。)
DBMS:数据库管理系统。(类似于word工具、wps工具、记事本工具、qq影音播放器等) MySQL数据库服务器中安装了MySQL DBMS,使用MySQL DBMS 来管理和操作DB,使用的是SQL语言。
SQL:结构化查询语言
专门用来与数据库通信的语言
RDBMS:关系型数据库
关系型数据库以行(row)和列(column)的形式存储数据
ORM思想
数据库中的一个表<-->Java中的一个类
表中的一条数据<-->类中的一个对象(或实体)
表中的一个列<-->类中的一个字段,属性(field)
表的关联关系
一对一关联,一对多关联,多对多关联,自我引用
3.SQL的分类
DDL:数据定义语言
DML:数据操作语言(包括SELECT查询语句,重点)
DCL:数据控制语言
边栏推荐
猜你喜欢
Transplant DAC chip mcp4725 to nuc980
The difference between Tansig and logsig. Why does BP like to use Tansig
Typical problems of subnet division and super network construction
Comparison of picture beds of free white whoring
c语言—数组
Right mouse button customization
黑马笔记---异常处理
shell脚本快速统计项目代码行数
Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which
mongodb查看表是否导入成功
随机推荐
MySQL script batch queries all tables containing specified field types in the database
C语言实例_2
C language instance_ five
AcWing 346. Solution to the problem of water splashing festival in the corridor (deduction formula, minimum spanning tree)
Add the applet "lazycodeloading": "requiredcomponents" in taro,
mongodb查看表是否导入成功
JS ES5也可以创建常量?
AcWing 1141. LAN problem solving (kruskalkruskal finding the minimum spanning tree)
THREE.AxesHelper is not a constructor
爬虫实战(六):爬笔趣阁小说
Start from the bottom structure to learn the customization and testing of fpga---- FIFO IP
736. Lisp 语法解析 : DFS 模拟题
What does security capability mean? What are the protection capabilities of different levels of ISO?
Amway wave C2 tools
AcWing 346. 走廊泼水节 题解(推公式、最小生成树)
go-zero微服务实战系列(九、极致优化秒杀性能)
Gin introduction practice
Receive user input, height BMI, BMI detection small business entry case
AcWing 344. Solution to the problem of sightseeing tour (Floyd finding the minimum ring of undirected graph)
C language instance_ three