返回卡包市场

Chapter 10 Database and Data Modelling

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 8内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (8 张)

#1
正面 (问题)

What does file-based approach mean?

背面 (解答)

File-based approach means to gather data into one file.

#2
正面 (问题)

What are the disadvantages of file-based approach?

背面 (解答)

In file-based approach there is data redundancy, lack of data privacy and lack of data validation.

#3
正面 (问题)

What does data dependency concerns mean?

背面 (解答)

Data dependency concerns is when a file is changed for example an extra column is added and the programs accessing this file have to be re-written so that they wouldn’t get the wrong data.

#4
正面 (问题)

What is a database approach?

背面 (解答)

The database approach is an implementation according to the rules of a theoretical model

#5
正面 (问题)

What is the name of the theoretical models name used in the database approach?

背面 (解答)

The ANSI three-level architecture.

#6
正面 (问题)

Which are the three levels in the ANSI three-level architecture?

背面 (解答)

Internal level - Accommodates any changes that might be needed in the storage medium Conceptual level - A person who uses the DBMS to customize the database to suit user and programmer requirements External level

#7
正面 (问题)

What is the external level?

背面 (解答)

The external level is the level from which most of the users control the database

#8
正面 (问题)

What is a relational?

背面 (解答)

A relational is a special type of table which is used to show the entities functions for example the date of production of a car.