当前位置:网站首页>Relational database management system of easyclick
Relational database management system of easyclick
2022-07-01 18:34:00 【Mr - old devil】
EasyClick And Relational database management system
What is a relational database management system
Database management system ( Complete spelling of English :Relational Database Management System, abbreviation RDBMS) It is a software system designed for managing relational database , If you want to use relational database, you need to install database management system , It's actually an application .
Relational database management system can be divided into :
- Relational database server software
- Relational database client software
Relational database server software :
Mainly responsible for managing different databases , And there will be a series of data files in each database , Data files are used to store data , In fact, a database is a collection of a series of data files .
Relational database client software :
Mainly responsible for communicating with relational database server software , Transmit data to or obtain data from the server .
Rendering of relational database management system :
explain :
- User operation relational database client , Implementation of database related operations .
- The relational database client uses the Internet SQL Language and relational database server for data communication
- The relational database server manages different databases , Each database will have a series of data files , The data is stored in the data file , Each database can be understood as a folder .
Through the above effect picture, we can know , If the database client and database server want to communicate, they need to use SQL
Effect diagram of communication flow
SQL Introduce
SQL(Structured Query Language) Structured query language , It's a kind of operation RDBMS The language of the database . That is to say through SQL Can operate oracle,sql server,mysql,sqlite Such relational database .
SQL The function of is to realize the communication between database client and database server ,SQL Is the bridge of communication .
SQL Language is mainly divided into :
- DQL: Data query language , Used to query data , Such as select
- DML: Data operation language , Add data 、 modify 、 Delete , Such as insert、update、delete
- TPL: Transaction language , To process a transaction , Include begin transaction、commit、rollback
- DCL: Data control language , Authorization and authority recovery , Such as grant、revoke
- DDL: Data definition language , Do database 、 Watch management, etc , Such as create、drop
explain : - For programmers , The focus is on the growth of data 、 Delete 、 Change 、 check , Must be good at writing DQL、DML, Be able to write DDL Complete the database 、 The operation of the table , Other operations such as TPL、DCL Understanding can .
- SQL The language is not case sensitive
summary
- Relational database management system is a software , It can manage different databases , If you want to operate the database, install the corresponding relational database management system software .
- SQL The function of is to realize the communication between database client and database server , It's like a communication bridge .
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 .
边栏推荐
- SCP -i private key usage
- What are the six steps of the software development process? How to draw software development flow chart?
- Slider verification code identification gadget display
- Rotation order and universal lock of unity panel
- Mujoco model learning record
- Oracle TRUNC function processing date format
- Step size of ode45 and reltol abstol
- Three dimensional anti-terrorism Simulation Drill deduction training system software
- [source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
- Mujoco's biped robot Darwin model
猜你喜欢

The method of real-time tracking the current price of London Silver
![[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter](/img/bf/f8759195ea67832835e84c851b5e81.jpg)
[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter

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

主成分计算权重

C# SelfHost WebAPI (2)

Data query language (DQL)
![[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)](/img/92/f3a70e7086aeedf41eea3eef98b5aa.jpg)
[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)

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

Review Net 20th anniversary development and 51aspx growth
![[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush](/img/c0/25c1b96cc56fbd0231d32214d66718.jpg)
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
随机推荐
The ultimate version of the 13th simulation of the single chip microcomputer provincial competition of the Blue Bridge Cup
[CF1476F]Lanterns
Fix the problem that easycvr device video cannot be played
Localization through custom services in the shuttle application
传感器尺寸、像素、DPI分辨率、英寸、毫米的关系
Classpath classpath
Cloud picture says | distributed transaction management DTM: the little helper behind "buy buy buy"
Function, condition, regular expression
Subnet division and summary
EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?
February 16, 2022 Daily: graph neural network self training method under distribution and migration
Talk about the favorite tools used by project managers
Relationship between sensor size, pixel, dpi resolution, inch and millimeter
Fix the black screen caused by iPhone system failure
[CF559E]Gerald and Path
Growing up in the competition -- (Guangyou's most handsome cub) Pikachu walking
Operating system interview assault
Fresh, 2022 advanced Android interview must know 100 questions (interview questions + answer analysis)
Penetration practice vulnhub range Tornado
Apk signature process introduction [easy to understand]