当前位置:网站首页>Introduction to database system Chapter 1 short answer questions - how was the final exam?
Introduction to database system Chapter 1 short answer questions - how was the final exam?
2022-07-02 15:56:00 【Hua Weiyun】
Home page : Soldier Xiaobai's blog
grade : Sophomore
hobby :coding、 football ( Former Qingdao Football Association athlete )
primary coverage : Algorithm 、 Knowledge points of computer core courses 、 Interesting black technology, etc
Welcome to your attention , Feel free to leave a comment
1. Trial data 、 database 、 Database system 、 The concept of database management system
data : The symbolic record that describes things is called data . The types of data are words 、 graphics 、 image 、 voice 、 Text, etc . Data and its semantics are inseparable .
database : Database is stored in computer for a long time 、 organized 、 Sharable data set . The databases in the database are organized according to a certain data model 、 Description and storage , With less redundancy 、 High data independence and scalability , And can be shared by users .
Database system (DBS): It refers to the system composition after introducing database into computer system . A database system consists of a database 、 Database management system ( And its development tools )、 Application system 、 Database administrators constitute .
Database management system (DBMS): It is a layer of data management software between the user and the operating system .
2. What are the benefits of using a database system ?
Greatly improve the efficiency of application development , Convenient for users , Reduce the maintenance burden of database system managers .
3. Try to describe the difference and relationship between file system and database system
difference :
The file system is oriented to an application , Sharing check 、 It's redundant 、 Poor independence 、 There is a structure in the record 、 There is no structure as a whole , The application controls itself .
The database system faces the real world , High sharing , Little redundancy 、 It has a high degree of physical independence and a certain degree of logical independence , Overall structure , Describe... With a data model , Data security is provided by the database management system 、 integrity 、 Concurrency control and recovery capability .
contact :
Are software that manages data in computer systems .
4. Give an example of a file system rather than a database system , Then give an application example suitable for database system
- Examples of applications that apply to file systems rather than database systems
Data backup , For temporary data storage during the use of software or application programs, it is generally appropriate to use files .
The early function is relatively simple 、 Relatively fixed application systems are also suitable for file systems . - Examples of applications that apply to database systems rather than file systems
at present , Almost all information systems of enterprises or departments are based on database system , All use databases . Such as the management information system of a factory ( It will include many subsystems , Such as inventory management system 、 Material procurement system 、 Job scheduling system 、 Equipment management system 、 Personnel management system, etc )
5. Try to describe the characteristics of database system
- Data structure
- High data sharing 、 Low redundancy 、 Easy to expand
- High data independence
- Data from DBMS Unified management and control
6. What are the main functions of database management system ?
- Database definition function
- Data access function
- Database operation management
- Establishment and maintenance of database
7. Try to explain the function of conceptual model
The conceptual model is actually an intermediate level from the real world to its world . Conceptual models are used to model the information world , It's the first level of abstraction from the real world to the information world , It is a favorable tool for database designers to design databases , It is also a language for communication between database designers and users .
边栏推荐
- Target detection - make your own deep learning target detection data set with labelimg
- Song of cactus - throwing stones to ask the way (3)
- Add an empty column to spark dataframe - add an empty column to spark dataframe
- 如何實現十億級離線 CSV 導入 Nebula Graph
- floyed「建议收藏」
- 华为云服务器安装mysqlb for mysqld.service failed because the control process exited with error code.See “sys
- Pyobject to char* (string)
- Xpt2046 four wire resistive touch screen
- 仙人掌之歌——投石问路(2)
- /bin/ld: 找不到 -lssl
猜你喜欢

Application of visualization technology in Nebula graph

手机app通达信添加自定义公式(分时T+0)为例子讲解

Pattern matching extraction of specific subgraphs in graphx graph Computing Practice

HMS core machine learning service helps zaful users to shop conveniently

PostgresSQL 流复制 主备切换 主库无读写宕机场景

Idea public method extraction shortcut key

Ant group's large-scale map computing system tugraph passed the national evaluation

动态规划入门一,队列的bfs(70.121.279.200)

二叉树前,中,后序遍历

idea 公共方法抽取快捷键
随机推荐
Ssh/scp does not prompt all activities are monitored and reported
The task cannot be submitted after the installation of flick is completed
idea jar包冲突排查
/bin/ld: 找不到 -lpam
使用FFmpeg命令行进行UDP、RTP推流(H264、TS),ffplay接收
Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
构建多架构镜像的最佳实践
Idea jar package conflict troubleshooting
6092. Replace elements in the array
How to use percona tool to add fields to MySQL table after interruption
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
Group by的用法
Application of visualization technology in Nebula graph
死锁的条件及解决方法
[solution] educational codeforces round 82
动态规划入门一,队列的bfs(70.121.279.200)
GraphX 图计算实践之模式匹配抽取特定子图
Traversal before, during and after binary tree
[experience cloud] how to get the metadata of experience cloud in vscode
【题解】Educational Codeforces Round 82