Search Header Logo
8.1 Database concepts

8.1 Database concepts

Assessment

Presentation

Computers

9th - 12th Grade

Practice Problem

Easy

Created by

Adrian Ortiga

Used 4+ times

FREE Resource

17 Slides • 11 Questions

1

8.1 Database Concepts

A Database is a structured collection of items of data that can be accessed by different applications programs.

media

2

Fill in the Blanks

3

Why not use file-base system?

media
  • Data Redundancy (Duplication)

  • Data Inconsistency

  • Lack of Data Integration (no connections)

  • Limited Data Access (format)

  • Difficulty in Managing Security

4

Multiple Choice

Is a file-based system a good method for storing organizational data?

1

Yes

2

No

5

Fill in the Blanks

6

media
  • Efficient storage: Data is stored only once, minimizing redundancy.

  • Consistency: Changes in one application are reflected across others, ensuring data consistency.

  • Data independence: Queries are not affected by the data structure or the software used.

7

Multiple Choice

What is the best method for storing data in a computer system?

1

File-based system

2

Database

3

Write it by hand on a piece of paper.

4

Write the data in your hand.

8

media

9

Labelling

Label the different key words of a database.

Drag labels to their correct position on the image

record

field

table

10

Drag and Drop

A ​
is a group of similar data, in a ​
, with rows for each instance of an entity and columns for each attribute. A ​
is a row in a table in a database. A ​
is a column in a table in a database.
Drag these tiles and drop them in the correct blank above
table
database
record
field

11

media

​A

A PROFESSIONAL says​

​Table

Entity​

​Record

Tuple​

​Field

​Attribute

12

  • ​Data is shared between applications using a database.

  • To ensure data consistency and integrity the updating is control using transactions and also it is automatically updating using the pointers.

  • Pointers (keys) between tables minimize data duplication and establish relationships between them.

media

13

Fill in the Blanks

14

Fill in the Blanks

15

Fill in the Blanks

16

Fill in the Blanks

17

media

18

media

19

media

​Relationships can take several forms:

» one-to-one, 1:1

» one-to-many, 1:m

» many-to-one, m:1

» many-to-many, m:m.

20

8.1.4 Entity-relationship (E-R) diagrams

media

21

Labelling

Label.

Drag labels to their correct position on the image

one (and only one)

zero or one

one or many

one

zero or many

many

22

8.1.5 The normalisation process

Normalisation is used to construct a relational database that has integrity and in which data redundancy is reduced.

23

8.1.5 The normalisation process

Example of bad practice:

media

24

8.1.5 The normalisation process

First normal form (1NF) - entities do not contain repeated groups of attributes.

media

25

8.1.5 The normalisation process

First normal form (1NF) - entities do not contain repeated groups of attributes.

media

26

8.1.5 The normalisation process

Second normal form (2NF) – entities are in 1NF and any non-key attributes depend upon the primary key. There are no partial dependencies.

media

27

8.1.5 The normalisation process

Third normal form (3NF) – entities are in 2NF and all non-key attributes are independent. The table contains no non-key dependencies.

media
media

28

8.1.5 The normalisation process

Third normal form (3NF)

media

8.1 Database Concepts

A Database is a structured collection of items of data that can be accessed by different applications programs.

media

Show answer

Auto Play

Slide 1 / 28

SLIDE