当前位置:网站首页>Relational database system
Relational database system
2022-06-11 04:38:00 【TheTop1】
Introduce
** 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 .
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 .
SQL
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 .
Mainly can be 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
notes :
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 Case insensitive
边栏推荐
- Implementation of unity transport mechanism
- 把所有单词拆分成单个字词,删选适合公司得产品词库
- Guanghetong 5g module fg650-cn and fm650-cn series are produced in full scale, accelerating the efficient implementation of 5g UWB applications
- Unity map mapping
- Leetcode question brushing series - mode 2 (datastructure linked list) - 19:remove nth node from end of list (medium) delete the penultimate node in the linked list
- ACTS:如何让缺陷无处藏身?
- MySQL index
- 正大国际:真正会在琪貨投资都都应该知道
- JVM (2): loading process of memory structure and classes
- Unity 消息框架 NotificationCenter
猜你喜欢

Unity 可缩放地图的制作

JVM (5): virtual machine stack, stack exception, stack storage result and operation principle, stack internal structure, local variable table

谷歌的代码覆盖率最佳实践

Analysis of 17 questions in Volume 1 of the new college entrance examination in 2022

Data type conversion and conditional control statements

PostgreSQL database replication - background first-class citizen process walreceiver receiving and sending logic

QT method for generating QR code pictures

2022年新高考1卷17题解析

JVM (3): classloader classification and parental delegation mechanism

AI helps release legal potential energy! Release of iterms contract intelligent review system
随机推荐
Leetcode question brushing series - mode 2 (datastructure linked list) - 24 (m): swap nodes in pairs exchange nodes in the linked list
Unity 高級背包系統
Chia Tai International: anyone who really invests in qihuo should know
Guanghetong launched a new generation of 3GPP R16 industrial 5g module fg160 engineering sample
The live broadcast helped Hangzhou e-commerce Unicorn impact the listing, and the ledger system restructured the new pattern of e-commerce transactions
正大国际琪貨:交易市场
Legend has it that setting shader attributes with shader ID can improve efficiency:)
Project architecture evolution
Guanghetong successfully won the bidding for China Unicom Yanfei CAT1 customized module with the largest share
Mathematical basis of information and communication -- the first experiment
一款自适应的聊天网站-匿名在线聊天室PHP源码
QT method for generating QR code pictures
Leetcode classic guide
Decision tree (hunt, ID3, C4.5, cart)
PostgreSQL database replication - background first-class citizen process walreceiver receiving and sending logic
USB转232 转TTL概述
How to calculate the handling charge of international futures gold?
exness:流动性系列-订单块、不平衡(二)
数字电影的KDM是什么?
Unity occlusion culling