Database Applications

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/49

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

Logical operators

Analysing two values to return either true or a false result

2
New cards

What are the logical operators

AND, OR, BETWEEN

3
New cards

Comparison operators

Comparing a value against other data when queried

4
New cards

What are the comparison operators?

<

Less than

<=

Less than or equal to

>

Greater than

>=

Greater than or equal to

=

Equal to

<>

Not equal to

5
New cards

Database

Collection of data or information which is held together in an organised way

<p><span>Collection of data or information which is held together in an organised way</span></p>
6
New cards

Where might databases be used?

  • Schools

  • Police

  • Government

7
New cards

Table

structure consisting of organised rows and columns made up of records

<p>structure consisting of organised rows and columns made up of records</p>
8
New cards

Record

Collection of data items relating to an object or person as a row on a table

<p><span>Collection of data items relating to an object or person as a row on a table</span></p>
9
New cards

Field

Part of a record that holds a single item of data, represented by a column

<p><span>Part of a record that holds a single item of data, represented by a column</span></p>
10
New cards

Key field/ primary key

Used to uniquely identify a record e.g Customer ID

<p><span>Used to uniquely identify a record e.g Customer ID</span></p>
11
New cards

Foreign key

primary key from another table, linked to a column

12
New cards

Query

Searches and filters data in a database that satisfies the criteria

<p>Searches and filters data in a database that satisfies the criteria</p>
13
New cards

Form

Collects data to create, modify or view records

<p>Collects data to create, modify or view records</p>
14
New cards

Report

Presents results from queries in an effective manner

15
New cards

Macro

Small programs to perform a repetitive task automatically by executing code when clicked (button)

16
New cards

Relationship

Link two or more tables in a database

<p><span>Link two or more tables in a database</span></p>
17
New cards

Referential integrity

Prevents addition of a new record to ensure data is consistent

18
New cards

Data redundancy

When data is repeated unnecessarily

19
New cards

Data integrity

The correctness, reliability and accuracy of the data

20
New cards

How do relationships work?

link two tables with a common field, the key field from one table is stored as the foreign key another

<p><span>link two tables with a common field, the key field from one table is stored as the foreign key another</span></p>
21
New cards

How are relationships defined?

One-one, one-many, many-many

22
New cards

Why do we import data?

gives more flexibility in handling data

23
New cards

Data validation

checking input to ensure data entered is sensible, reasonable and within acceptable limits

<p>checking input to ensure data entered is sensible, reasonable and within acceptable limits</p>
24
New cards

Why do we use data validation?

to ensure data integrity and reduce errors, inconsistences or mistakes

25
New cards
Presence check

Ensure it is present in the field and not left blank e.g compulsory field in a form

26
New cards
Length check

Ensure data is the correct number of characters e.g phone number be is 11 digits

27
New cards
Type check

Ensure it is the correct data type e.g Name should be text only

28
New cards
Format check

Ensure it is in the correct format that matches a predefined pattern e.g Postcode should be AABB ABB

29
New cards
Range check

Ensure it is within upper and lower limits e.g Percentage should range from 1-100

30
New cards

Big data

large amounts of data that have the potential to be mined for information

31
New cards

What are the 3 V’s

volume, variety and velocity

32
New cards

Volume

amount of data stored by organisations, large amounts of data require large storage capacity hardware

33
New cards

Vareity

different types and varieties of data, in many formats which can be structured, semi structured or unstructured

34
New cards

Velocity

speed data can be processed, large volumes need more powerful computers to process data quicker

35
New cards

Data analytics

analysing large volumes of data to produce useful information

<p>analysing large volumes of data to produce useful information</p>
36
New cards

Need for data analytics

beneficial to organisations for making decisions and planning for future growth

37
New cards

What makes data analytics harder?

different formats makes preparing and processing the data more challenging

38
New cards

What is used to speed up analytics?

Specialised software such as data mining are designed to process vast quantities

39
New cards

Data type

defines the type of data associated with the field

<p>defines the type of data associated with the field</p>
40
New cards

Text/ string

a mixture of letters and numbers e.g address

41
New cards
Number
Numeric data that requires mathematical calculation e.g telephone number
42
New cards
Date/Time
Dates and times e.g 9/12/24
43
New cards
Currency

Monetary data that includes 2 decimal places e.g £34.56

44
New cards
Autonumber
When a new record is created the key field generates a unique ID in a sequence e.g 1, 2, 3
45
New cards
Boolean

Binary value that can either be yes/no

46
New cards
OLE Object
Object Linking and embedding, created using a software package other than a database e.g spreadsheet
47
New cards
Hyperlink

Link to a web address e.g email address

48
New cards
Attachment

A file attached to a record e.g image

49
New cards
Calculated
The result of a calculation produced from another field e.g x + y
50
New cards
Lookup Wizard

A value can be selected from a predefined list e.g dropdown menu