当前位置:网站首页>1-1 basic concepts of database
1-1 basic concepts of database
2022-06-30 21:29:00 【Endless pie】
Basic concepts of database
database (database) It's for organizing 、 Warehouse for storing and managing data .
Common databases and classifications
Common databases are as follows :
- MySQL database ( At present, it is most widely used 、 The most popular open source free database ;(Community + Enterprise)
- Oracle database ( charge )
- SQL Server database ( charge )
- Mongodb database (Community + Enterprise)
among ,MySQL、Oracle、SQL Server It belongs to traditional database ( Also known as : Relational database or SQL database ), The three design concepts are the same , The usage is similar
and Mongodb It belongs to a new database ( Also known as : Non relational database or NoSQL database ), To some extent, it makes up for the defects of the traditional database .
The data organization structure of traditional database
In a traditional database , The organizational structure of data is divided into database 、 Data sheet 、 data row 、 Field . this 4 Most of the components
In development , library 、 surface 、 That's ok 、 Field relationship
- In actual development , In general , Each project corresponds to a separate database .
- Different data , To store in different tables in the database . for example : User data is stored in users Table design id、username、password These three fields .
- What information is stored in each table , Determined by the field , for example : We can users Table design id、username、password These three fields .
- The rows in the table , Represents each specific piece of data .
边栏推荐
- Analysis and proposal on the "sour Fox" vulnerability attack weapon platform of the US National Security Agency
- Multi table operation - foreign key constraint
- oprator-1初识oprator
- 1-12 初步认识Express
- 给苏丹国安德森苏丹的撒过 d s g
- Side sleep ha ha ha
- 减少嵌入式软件调试时间的三个技巧
- 多表操作-外键约束
- How to run jenkins build, in multiple servers with ssh-key
- 你我他是谁
猜你喜欢

双立体柱状图/双y轴
Understand what MySQL index push down (ICP) is in one article
Testing media cache

Clickhouse Native Monitoring item, System table Description

AKK菌——下一代有益菌

Multi table operation - foreign key constraint

《ClickHouse原理解析与应用实践》读书笔记(1)

ArcGIS构建发布简单路网Network数据服务及Rest调用测试

根据肠道微生物组重新思考健康饮食

Why have the intelligent investment advisory products collectively taken off the shelves of banks become "chicken ribs"?
随机推荐
物联网僵尸网络Gafgyt家族与物联网设备后门漏洞利用
Icml2022 | utility theory of sequential decision making
Ten security measures against unauthorized access attacks
Et la dégradation du modèle de génération de texte? Simctg vous donne la réponse
What happens when word encounters an error while trying to open a file?
Three techniques for reducing debugging time of embedded software
[grade evaluator] how to register a grade evaluator? How many passes?
1-16 路由的概念
Encryption and decryption and the application of OpenSSL
k个一组反转链表
How to run jenkins build, in multiple servers with ssh-key
MySQL高级篇3
遇到“word在试图打开文件时遇到错误”怎么办?
做一个 Scrollbar 的思考
Flutter 嵌套地狱?不存在的,ConstraintLayout 来解救!
Upgrade Kube with unknown flag: --network plugin
Five years after graduation, I wondered if I would still be so anxious if I hadn't taken the test
数字货币:影响深远的创新
1-17 express中间件
A small step in code change and a big leap in thinking