当前位置:网站首页>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 22:34:00 【Soldier Xiaobai】
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 .
边栏推荐
- Leetcode circular linked list (fast and slow pointer) code line by line interpretation
- [C question set] of V
- Service visibility and observability
- Oracle-游标
- ServiceMesh主要解决的三大痛点
- Promise optimized callback hell
- [shutter] shutter page life cycle (initialization period | createstate | initstate | update period | build | destroy period | dispose)
- 540. Single element in ordered array
- Leetcode theme [array] -169- most elements
- Sql service intercepts string
猜你喜欢

Daily book - low code you must understand in the era of digital transformation

20220702-程序员如何构建知识体系?
![[staff] Sibelius 7.5.1 score software installation (software download | software installation)](/img/1a/4932a7931c54248c065cf8a1462d34.jpg)
[staff] Sibelius 7.5.1 score software installation (software download | software installation)

Riding the wind of "cloud native" and stepping on the wave of "digitalization", new programmer 003 starts pre-sale

sql service 截取字符串

Utilisation de simpletk - 4. Question étrange

Infrastructure is code: a change is coming
![[shutter] shutter application life cycle (foreground state resumed | background state paused | inactive | component separation state detached)](/img/4c/c8dae41fc2eb18b5153cf36861fc7d.jpg)
[shutter] shutter application life cycle (foreground state resumed | background state paused | inactive | component separation state detached)

From personal heroes to versatile developers, the era of programmer 3.0 is coming

scrcpy这款软件解决了和同事分享手机屏幕的问题| 社区征文
随机推荐
Promise optimized callback hell
Source code analysis - lightweight asynchronous crawler framework Ruia
Share how to make professional hand drawn electronic maps
LightGBM原理及天文数据中的应用
[QT] Q multithreaded development - Analysis of multithreaded application examples (Mandelbrot)
使用 EMQX Cloud 实现物联网设备一机一密验证
附加:【登录信息存储】与【登录状态校验】;(包括:总结了到目前为止,有关【登录信息存储】与【登录状态校验】的所有内容;)
Market Research - current situation and future development trend of herringbone gear Market
100 important knowledge points that SQL must master: using cursors
技术人创业:失败不是成功,但反思是
Evolution of messaging and streaming systems under the native tide of open source cloud
Ransack组合条件搜索实现
Reading experience of just because
【leetcode】1380. Lucky number in matrix
[leetcode] sword finger offer 04 Search in two-dimensional array
《Just because》阅读感受
影视随摘
ServiceMesh主要解决的三大痛点
Les trois principaux points de douleur traités par servicemesh
Ransack combined condition search implementation