当前位置:网站首页>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 .
边栏推荐
- The method of real-time tracking the current price of London Silver
- This is the latest opportunity of the London bank trend
- Talk about the favorite tools used by project managers
- On the language internationalization of Yongzhong Office
- Terms related to K line
- C# SelfHost WebAPI (2)
- [2. Basics of Delphi grammar] 4 Object Pascal operators and expressions
- Operating system interview assault
- What are the legal risks of NFT brought by stars such as curry and O'Neill?
- Convert the robot's URDF file to mujoco model
猜你喜欢

Work and leisure suggestions of old programmers
![[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

Mujoco's biped robot Darwin model

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

2022 Heilongjiang latest fire protection facility operator simulation test question bank and answers

因子分析怎么计算权重?

PCL learning materials

Highly reliable program storage and startup control system based on anti fuse FPGA and QSPI flash

The method of real-time tracking the current price of London Silver

Source code of new campus errand / campus task platform on mutual station
随机推荐
因子分析怎么计算权重?
EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?
MFC obtains local IP (used more in network communication)
Easycvr accesses the equipment through the national standard gb28181 protocol. What is the reason for the automatic streaming of the equipment?
Highly reliable program storage and startup control system based on anti fuse FPGA and QSPI flash
Is it safe to open a securities account? Is there any danger
PTA year of birth
[beauty detection artifact] come on, please show your unique skill (is this beauty worthy of the audience?)
Session layer of csframework, server and client (1)
Detailed explanation of ArrayList expansion
Rotation order and universal lock of unity panel
Vue uses keep alive to cache page optimization projects
Can hero sports go public against the wind?
At present, where is the most formal and safe account opening for futures speculation? How to open a futures account?
Three dimensional anti-terrorism Simulation Drill deduction training system software
Oracle TRUNC function processing date format
PCL learning materials
Database - MySQL advanced SQL statement (I)
L'ouverture d'un compte d'actions en ligne est - elle sécurisée? Fiable?
Redis master-slave realizes 10 second check and recovery