当前位置:网站首页>Understanding of database architecture
Understanding of database architecture
2022-07-03 18:46:00 【CSDN Q & A】
One 、 Three modes of database
Internal mode , External mode , Pattern
The internal schema is equivalent to a series of things stored in the database , Like bytes , Talk about how data is stored in the database , It can also be called storage mode ;
External mode refers to the addition, deletion, modification and query of data structure and data in the database by a single user , It can also be called operation mode ;
A schema is an overall logical description of a database , It is a collection of transactions that all users can see in the database , It can also be called conceptual pattern .
-- I hope you can give full play to your opinions , I feel there is something wrong with my understanding
Take the answer :
Your understanding is ok , Internal mode general database has been implemented , In most cases, deep understanding is not required , Unless you want to develop a new database yourself , External mode is commonly used by users , Create a library , Create table , Data addition, deletion, modification and query .
边栏推荐
- ES7 - Optimization of promise
- 204. Count prime
- 2022-2028 global sepsis treatment drug industry research and trend analysis report
- English grammar_ Adjective / adverb Level 3 - multiple expression
- How to quickly view the inheritance methods of existing models in torchvision?
- Bloom filter [proposed by bloom in 1970; redis cache penetration solution]
- php-fpm的max_chindren的一些误区
- 12、 Service management
- 235. The nearest common ancestor of the binary search tree [LCA template + same search path]
- 2022-2028 global aircraft head up display (HUD) industry research and trend analysis report
猜你喜欢

12、 Service management

leetcode:11. 盛最多水的容器【双指针 + 贪心 + 去除最短板】

What is SQL get connection

Grammaire anglaise Nom - Classification

235. 二叉搜索树的最近公共祖先【lca模板 + 找路径相同】

多媒体NFT聚合平台OKALEIDO即将上线,全新的NFT时代或将来临

How many convolution methods does deep learning have? (including drawings)

22.2.14 -- station B login with code -for circular list form - 'no attribute' - 'needs to be in path selenium screenshot deviation -crop clipping error -bytesio(), etc

2022-2028 global marking ink industry research and trend analysis report

my. INI file not found
随机推荐
简述服务量化分析体系
论文阅读 GloDyNE Global Topology Preserving Dynamic Network Embedding
KINGS
Know what it is, and know why, JS object creation and inheritance [summary and sorting]
There are several levels of personal income tax
Install apache+php+mysql+phpmyadmin xampp and its error resolution
English grammar_ Noun classification
Torch learning notes (1) -- 19 common ways to create tensor
Raft 日志复制
Usage of laravel conditional array in
Leetcode: 11. Récipient contenant le plus d'eau [double pointeur + cupidité + enlèvement de la plaque la plus courte]
TypeScript 官网教程
Opencv learning notes (continuously updated)
HOW TO WRITE A DAILY LAB NOTE?
G1 garbage collector of garbage collector
2022-2028 global plasmid DNA cdmo industry research and trend analysis report
[combinatorics] generating function (positive integer splitting | repeated ordered splitting | non repeated ordered splitting | proof of the number of repeated ordered splitting schemes)
042. (2.11) do it when it's time to do it
What is SQL get connection
Database creation, addition, deletion, modification and query