当前位置:网站首页>Introduction to easyclick database
Introduction to easyclick database
2022-07-01 18:34:00 【Mr - old devil】
EasyClick And Database introduction
A database is a warehouse for storing and managing data , Data is stored in a certain format , Users can add data to the database 、 modify 、 Delete 、 Query and so on .
Classification of database
- Relational database
- Non relational database
Relational database :
A database that uses a relational model to organize data , Simply speaking , A relational model is a two-dimensional table model , like Excel The form in the file , Emphasize the use of tables to store data .
The core element of relational database
- data row
- Data columns
- Data sheet
- database ( Set of data tables )
Common relational databases
- Oracle
- Microsoft SQL Server
- MySQL
- SQLite
Non relational database
Non relational database , Also known as NoSQL(Not Only SQL ), It means more than SQL, Yes NoSQL The most common definition is “ Uncorrelated ”, emphasize Key-Value How to store data .
Commonly used non relational databases
- MongoDB
- Redis
The role of database
The function of database is to store and manage data , such as : The product list data we browsed on Jingdong website , These data will be stored in the database .
The characteristics of database
- Persistent storage
- Read and write very fast
- Ensure the validity of data
summary
- Database is a warehouse for storing and managing data , It is used for persistent storage and fast reading of data .
- Database can be divided into relational database and non relational database
communication QQ Group :620028786,647082990,772810035
————————————————— Copyright notice —————————————-————
copyright ~Mr- Old devil ~ Reprint please indicate the original address
disclaimer : All tutorials in this article are limited to exchange and learning, and shall not be used for illegal purposes , I am not responsible for the legal consequences .
边栏推荐
- Session layer of csframework, server and client (1)
- [CF559E]Gerald and Path
- transform. Forward and vector3 Differences in the use of forward
- 证券开户安全么,有没有什么样的危险呢
- Rotation order and universal lock of unity panel
- PCL learning materials
- 期货账户的资金安全吗?怎么开户?
- From comedians to NBA Zhan Huang, check the encrypted advertisements during this super bowl
- Static timing analysis (STA) in ic/fpga design
- C# SelfHost WebAPI (2)
猜你喜欢
![[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)](/img/92/f3a70e7086aeedf41eea3eef98b5aa.jpg)
[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)

NSI packaging script add file details

Fix the black screen caused by iPhone system failure

An example of data analysis of an old swatch and an old hard disk disassembly and assembly combined with the sensor of an electromagnetic press

Setting up a time server requires the client to automatically synchronize the time of the server at 9 a.m. every day

. Net cloud native architect training camp (permission system code implements actionaccess) -- learning notes

A database editing gadget that can edit SQLite database. SQLite database replaces fields. SQL replaces all values of a field in the database

Calculation of intersection of two line segments

Classpath classpath

The 13th simulation problem of the single chip microcomputer provincial competition of the Blue Bridge Cup
随机推荐
Financial judgment questions
Can hero sports go public against the wind?
Gold, silver and four job hopping, interview questions are prepared, and Ali becomes the champion
徽商期货是正规期货平台吗?在徽商期货开户安全吗?
js如何将带有分割符的字符串转化成一个n维数组
Develop those things: add playback address authentication to easycvr platform
Software construction scheme of smart factory collaborative management and control application system
Rotation order and universal lock of unity panel
LeetCode 148. Sort linked list
ZABBIX alarm execute remote command
D @ safety and dip1000
Redis主从实现10秒检查与恢复
Session layer of csframework, server and client (1)
Apache iceberg source code analysis: schema evolution
Depth first search - DFS (burst search)
. Net cloud native architect training camp (permission system code implements actionaccess) -- learning notes
Debiasing word embeddings | talking about word embedding and deviation removal # yyds dry goods inventory #
PCL learning materials
Record 3 - the state machine realizes key control and measures the number of external pulses
APK签名流程介绍[通俗易懂]