{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Databases Flashcards

(40 cards)

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
Relational Database
Database containing multiple related tables and no redundant data
27
Boolean Operators
AND, OR, and NOT operator used in a query
29
Structured Query
language for managing databases by typing commands
31
Form
screen used to input into a datbase
33
Comma Separated Values (CSV)
File format for transferring data, which stores fields and records in a plain text file, separated by commas
34
Data warehouse
vast databases containing many gigabytes of data
35
Data types (examples)
Short text, long text, number, date
36
Data Matching
Combining several databases to build up more information about a person or group
37
Data Mining
Searching collections of data for hidden patterns
38
Data Protection Act
UK law that governs the collection and use of personal data
39
Consistency Check
Validation check in which two fields’ values are mutually dependent
40
Difference Validation/Verification
Validation: Checks to ensure data is in the correct format Verification: Checks to ensure data is correct
41
Normalization
Process of converting a database from a flat file to a relational database
42
Field
smallest piece of information in a database
43
Query
method of extracting data from a database that matches specific criteria
65
Table
Collection of records