返回卡包市场

1.3.2 Databases

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

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

卡片预览 (24 张)

#1
正面 (问题)

What is a database?

背面 (解答)

An organised collection of data Allows easy storage, retrieval and management of data

#2
正面 (问题)

What are the benefits of an electronic database?

背面 (解答)

Easier to add, delete and modify data Data can be backed up and copied easier Multiple users can access it from various locations

#3
正面 (问题)

What is a field?

背面 (解答)

A single piece of data in a record

#4
正面 (问题)

What is a record?

背面 (解答)

A group of related fields representing one data entry

#5
正面 (问题)

What is a table?

背面 (解答)

A collection of records with a similar structure

#6
正面 (问题)

What is a primary key?

背面 (解答)

A unique identifier for each record in a table, usually an ID number

#7
正面 (问题)

What is a compound primary key?

背面 (解答)

A combination of 2 or more fields that is unique for all records

#8
正面 (问题)

What is a foreign key?

背面 (解答)

A field that refers to a primary key in another table Used to link tables and create relationships

#9
正面 (问题)

What is a secondary key?

背面 (解答)

A field or fields that are indexed for faster searching

#10
正面 (问题)

What is database management system (DBMS)

背面 (解答)

Software used to manage databases

#11
正面 (问题)

What is indexing?

背面 (解答)

A technique used to speed up searching and retrieving data in a database

#12
正面 (问题)

What is a flat file database?

背面 (解答)

When data is all stored in the same table

#13
正面 (问题)

What are the benefits of flat file databases?

背面 (解答)

Simple and easy to understand

#14
正面 (问题)

What are the drawbacks of flat file databases?

背面 (解答)

Causes data redundancy Inefficient storage Harder to maintain

#15
正面 (问题)

What is a relational database?

背面 (解答)

A database that organises data into multiple tables Uses keys to connect related data

#16
正面 (问题)

What are the benefits of relational databases?

背面 (解答)

Reduces data redundancy Efficient use of storage Easier to maintain

#17
正面 (问题)

What is normalisation?

背面 (解答)

The process of organising databases to reduce data duplication and improve data accuracy and consistency Applies a set of guidelines (forms)

#18
正面 (问题)

What is first normal form?

背面 (解答)

-Contains atomic values (each value must be single values) -Have no repeating groups (columns must not contain lists of values) -Have unique column names -Have a primary key

#19
正面 (问题)

What is second normal form?

背面 (解答)

-Must be in 1NF -Only applies to tables with a compound primary key -All attributes must be dependent on the primary key

#20
正面 (问题)

What is a compound primary key?

背面 (解答)

A combination of 2 or more fields that is unique for all records

#21
正面 (问题)

What is third normal form?

背面 (解答)

-Must be in 2NF -Attributes must only depend on the primary key

#22
正面 (问题)

What is an entity?

背面 (解答)

Something worth capturing and storing data about Becomes a table in relational databases

#23
正面 (问题)

What are the 3 types of relationships?

背面 (解答)

-One - One -One to many -Many - many

#24
正面 (问题)

How can data be captured?

背面 (解答)

-Forms -Optical mark recognition -Optical character recognition -Sensors -Barcodes -Data mining