Databases Flashcards

1
Q

Record

A

Row/Collection of fields that relate to the same item

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

Primary Key

A

Field that is unique for every record

Key field

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

Key field

A

Field which is unique for every record

Primary key

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

Composite key

A

Primary key consisting of two or more fields
One field can not be used for identification
But when combined

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

Data Type

A

Determines the sort of data that can be stored

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

Database

A

Organized collections of related data stored in organized manner

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

Business data (example)

A

Costumer information
Product data
Supplier details

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

Transport Data (Examples)

A

Flight Info

Train Info

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

Search Engine (Example)

A

Google, Yahoo

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

Social Networks (Example)

A

Facebook, LinkedIN

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

Online Databases (Example)

A

Wikipedia

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

Government Databases (Examples)

A

Criminal Record

Tax record

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

Privacy (Definition)

A

Ability of individuals to be able to determine for themselves when, how and to what extent information about themselves is shared with others

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

Data Integrity (Definition)

A

Safeguarding accuracy and completeness of stored data

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

Validation

A

To only allow data of the described data type

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

Secondary key

A

Not unique but for search tasks/ field by which a database is often searched
Index/Alternative key

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

Index

A

not unique but for search tasks/ field by which a database is often searched
Secondary key/alternative key

19
Q

DBMS

A

Database Management System

20
Q

RDBMS

A

Relational Database Management System

21
Q

Difference Spreadsheetsoftware/Database

A

Spreadsheet: processing and calculation of numerical data
Database: organizing and storing large amounts of data

22
Q

Foreign key

A

Field whose sole purpose is to form part of a relationship with another table

23
Q

Alternative key

A

not unique but for search tasks/ field by which a database is often searched
Secondary key/Index

24
Q

Data redundancy

A

Data which is needlessly dublicated

25
Q

Flat File Database

A

Database which consists of one table

26
Q

Relational Database

A

Database containing multiple related tables and no redundant data

27
Q

Boolean Operators

A

AND, OR, and NOT operator used in a query

29
Q

Structured Query

A

language for managing databases by typing commands

31
Q

Form

A

screen used to input into a datbase

33
Q

Comma Separated Values (CSV)

A

File format for transferring data, which stores fields and records in a plain text file, separated by commas

34
Q

Data warehouse

A

vast databases containing many gigabytes of data

35
Q

Data types (examples)

A

Short text, long text, number, date

36
Q

Data Matching

A

Combining several databases to build up more information about a person or group

37
Q

Data Mining

A

Searching collections of data for hidden patterns

38
Q

Data Protection Act

A

UK law that governs the collection and use of personal data

39
Q

Consistency Check

A

Validation check in which two fields’ values are mutually dependent

40
Q

Difference Validation/Verification

A

Validation: Checks to ensure data is in the correct format
Verification: Checks to ensure data is correct

41
Q

Normalization

A

Process of converting a database from a flat file to a relational database

42
Q

Field

A

smallest piece of information in a database

43
Q

Query

A

method of extracting data from a database that matches specific criteria

65
Q

Table

A

Collection of records