当前位置:网站首页>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 .
边栏推荐
- Detailed explanation of select in golang
- Easycvr accesses the equipment through the national standard gb28181 protocol. What is the reason for the automatic streaming of the equipment?
- Single element of an ordered array
- Cloud computing - make learning easier
- ArrayList扩容详解
- [CF1476F]Lanterns
- MySQL + JSON = King fried
- 540. Single element in ordered array
- C# SelfHost WebAPI (2)
- Sum of three numbers
猜你喜欢
Computer network interview assault
t10_ Adapting to Market Participantsand Conditions
Gold, silver and four job hopping, interview questions are prepared, and Ali becomes the champion
Penetration practice vulnhub range Tornado
LeetCode 148. Sort linked list
PTA year of birth
Database - MySQL advanced SQL statement (I)
Debiasing word embeddings | talking about word embedding and deviation removal # yyds dry goods inventory #
transform. Forward and vector3 Differences in the use of forward
The 13th simulation problem of the single chip microcomputer provincial competition of the Blue Bridge Cup
随机推荐
Cloud picture says | distributed transaction management DTM: the little helper behind "buy buy buy"
Set the style of QT property sheet control
From comedians to NBA Zhan Huang, check the encrypted advertisements during this super bowl
Detailed explanation of select in golang
SCP -i private key usage
Software construction scheme of smart factory collaborative management and control application system
On the language internationalization of Yongzhong Office
Leetcode 1380. Lucky numbers in the matrix (save the minimum number of each row and the maximum number of each column)
How to retrieve the password for opening Excel files
Operation of cmake under win
Apache iceberg source code analysis: schema evolution
Yuancosmos game farmersworld farmers world - core content of the second conference in China!
Smart factory digital management system software platform
Rust language - cargo, crates io
Flex layout
期货账户的资金安全吗?怎么开户?
Domestic spot silver should be understood
Bug of QQ browser article comment: the commentator is wrong
Growing up in the competition -- (Guangyou's most handsome cub) Pikachu walking
[PHP foundation] realize the connection between PHP and SQL database