当前位置:网站首页>1- database understanding
1- database understanding
2022-06-29 10:37:00 【Xihong Shiwang has many fish】
1. What is a database
Database is organized according to data structure 、 Warehouse for storing and managing data .
2. What is a relational database management system (RDBMS)
A relational database is a database based on a relational model , With the help of set algebra and other mathematical concepts and methods to deal with the data in the database .
The associated database management system saves the data in different tables , Instead of putting all the data in one big warehouse , This increases speed and flexibility .
3. The characteristics of relational database management system (RDBMS)
- Data is presented in tabular form
- Name of each record
- Each column is the data field corresponding to each record name
- Many rows and columns make up a form
- Several forms make up DataBase
- database : A database is a collection of related tables
- Data sheet : A table is a matrix of data .
- Column : A column of data elements contains the same data
- That's ok : A row is a group of records , It's a set of related data
- redundancy (rong, three ): Store twice as much data , Reduced performance but improved data security
- key : The value of the key is unique in the current table
- Primary key : The primary key is unique . A data table can only contain one primary key . You can use the primary key to query data
- Foreign keys : Foreign keys are used to associate two tables
- Composite key : Composite key ( Composite key ) Use multiple columns as an index key , Generally used for Composite Index
- Indexes : Use indexes to quickly access specific information in database tables . An index is a structure that sorts the values of a column or columns in a database table .
- Referential integrity : Referential integrity requires that nonexistent entities cannot be referenced in a relationship .
边栏推荐
- SQL Server 数据库增删改查语句
- MySQL innodb每行数据长度的限制
- Fully understand the MESI cache consistency protocol
- AQS之ReentrantLock源码解析
- 這個開源項目超哇塞,手寫照片在線生成
- Common usage of LINQ in C #
- Win32exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator.
- MySQL InnoDB data length limit per row
- 二叉树
- 520 diamond Championship 2021
猜你喜欢

PGP在加密技术中的应用

BUUCTF--新年快乐

Atomic explanation of AQS

Picture verification code control

Attribute in C

1146 topological order (25 points)

Solve the problem that zxing's QR code contains Chinese garbled code

Downloading and installing VMware (basic idea + detailed process)

winform使用zxing生成二维码

Fully understand the volatile keyword
随机推荐
How to quickly complete disk partitioning
AQS之ReentrantLock源码解析
《CLR via C#》读书笔记-加载与AppDomain
Contents of advanced mathematics
Download control 1 of custom control (downloadview1)
HDU 4578 transformation (segment tree + skillful lazy tag placement)
Is it safe to open a securities account? Is it reliable?
在VMware workstation中安装WMware ESXi 6.5.0并进行配置
【高等数学】目录
C#使用WinExec调用exe程序
Weight recursion of complete binary tree -- the last programming challenge
stream流(Collectors)用法
Dev使用过程中的基本操作
Analysis on the specific execution process of an insert statement in MySQL 8.0 (2)
Text of the basic component of the shutter
软件测试模型(V模型和W模型)
std::unique_ptr<T>与boost::scoped_ptr<T>的特殊性
PGP在加密技术中的应用
Downloading and installing VMware (basic idea + detailed process)
2019.10.6 training summary