当前位置:网站首页>What is the storage structure and mode of data in the database?
What is the storage structure and mode of data in the database?
2022-06-23 00:15:00 【Xuan bird】
A database is a warehouse for storing and managing data , But databases do not store data directly , Data is stored in tables , The database server must be used in the process of storing data , The so-called database server is to install a database management program on the computer , Such as MySQL. database 、 surface 、 The relationship between database servers , As shown in the figure .

database server 、 database 、 Table diagram
As can be seen from the above figure , A database server can manage multiple databases , Usually, developers create a database for each application , To save the data of the entity in the application , Multiple tables will be created in the database ( A logical structure for storing and describing data ), Each table records information about the entity . For beginners , It must be difficult to understand how entity data in an application is stored in a table , I 'll describe it with a legend , As shown in the figure .

Table data
It describes User The structure of the table and how the data is stored , The horizontal direction of the table is called row , Vertical is called column , The content of each line is called a record , The column name of each column is called a field , Such as id、name etc. . By observing the table, it can be found that ,User Every record in the table , Such as 1lisi23, It's actually a User object .
边栏推荐
- Oracle ASM uses the CP command in asmcmd to perform remote replication
- Kunlundb query optimization (II) project and filter push down
- What do you pay special attention to when you insert / update / delete / obtain millions of rows of data in a DML statement?
- Figure what are the uses and applications of neural networks?
- 你好,启牛商学院商学院赠送的证券账户安全吗?我该怎么开安全的股票账户来炒股
- XML escape character cross reference table
- New paradigm of semantic segmentation! Structtoken: Rethinking the per pixel classification paradigm
- KunlunDB查询优化(三)排序下推
- xml转义字符对照表
- KunlunDB备份和恢复
猜你喜欢

Typecho imitation of Lu Songsong's blog theme template / Technology Information blog theme template

二叉树转字符串及字符串转二叉树
![[go] go array and slice (dynamic array)](/img/63/9a3fb70b202ca45828cd1b62897eec.jpg)
[go] go array and slice (dynamic array)

如何入门机器学习?

详解openGauss多线程架构启动过程

TiDB VS MySQL

KunlunDB查询优化(二)Project和Filter下推

3dMax建模笔记(一):介绍3dMax和创建第一个模型Hello world

EasyCVR硬件盒子如何设置断电自启动

华为云如何实现实时音视频全球低时延网络架构【上】
随机推荐
权限想要细化到按钮,怎么做?
【滑动窗口】leetcode992. Subarrays with K Different Integers
你踩过这些坑吗?谨慎在时间类型列上创建索引
SAP UI5 应用开发教程之一百零三 - 如何在 SAP UI5 应用中消费第三方库
周国华 读书随记
Is it reliable to get new debts? Is it safe?
中金证券开户安全吗?它和中金银行是什么关系呢?
EasyCVR硬件盒子如何设置断电自启动
昆仑分布式数据库Sequence功能及其实现机制
2022天梯赛-全国总决赛复盘赛
Dml:data manipulation language
Some thoughts about the technology of test / development programmers are very advanced, and they can't go on
Eslint simple configuration
百度交易中台之钱包系统架构浅析
Kunlundb backup and recovery
[go] go array and slice (dynamic array)
Kunlundb query optimization (III) sort push down
a++,++a,!,~
OpenCvSharp (C# OpenCV) 微信QRCode解码功能使用介绍(附源码)
ECMAScript6新特性