Data Base Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is an entity?

A

An item of interest which information is stored.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a relational database?

A

Is a database which recognises the differences between entities by creating different tables for each entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are attributes?

A

Are characteristics of the entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a flat file?

A

It is a database that consists of a single file. (Based around one entity and it’s attributes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How are flat files written out?

A

Entity1(Attribute1, Attribute2, Attribute3…)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a primary key?

A

It is a unique identifier for each record in the table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a foreign key?

A

It is the attribute which links two tables together. (It will exist in one table as the primary key and act as a foreign key in another)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a secondary key?

A

It allows a data base to be searched quickly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Entity Relationship modelling

A

When relating two databases together there are different degrees of relationships they can possess

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Entity Relationship Modelling : One to One

A

Each entity can only be linked to another entity. For example the relationship between a husband and wife. The husband entity can only be associated with one wife entity and vice versa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Entity Relationship Modelling : One to many

A

One table can be associated with many other tables, such as a mother having multiple children. Similarly, multiple child entities can be linked to the same mother entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Entity Relationship Modelling : many to many

A

One entity can be associated with many other entities and the same applies the other way round. An example is students and courses, each student can enrol in more than one course and each course can have more than one student

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Entity Relationship Modelling : one to one demonstration

A

Demonstrated using a single line to connect two entities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Entity Relationship Modelling : one to many demonstration

A

Will have a branch on one side

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Entity Relationship Modelling : many to many demonstration

A

Has branches on both sides

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Capturing data - how to input data into the database

A

Manually entered, Magnetic ink character recognition (MICR), optical mark recognition (OMR), optical character recognition (OCR)

17
Q

When do you use Optical Mark Recognition (OMR)

A

Multiple choice questions on a test

18
Q

When do you use Magnetic Ink Character Recognition (MICR)

A

Bank scan queues

19
Q

Selecting and Managing data

A

Selecting the correct data is an important part of data reprocessing. Only selecting data that fits a certain criteria to reduce the volume of input.

20
Q

How is collected data managed?

A

SQL will sort, restructure and select certain sections.

21
Q

What is exchanging data and an example ?

A

It is the process of transferring the collected data. One example is EDI (Electronic Data Interchange.)

22
Q

Web Technology html example

A

<html>
<head>
</head></html>