slide session 11 - databases

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

database

a collection of data organized for search and retrieval (not necessarily on a computer)

  • relies on standards for storage and retrieval of info

2
New cards

where databases are used

everywhere!
- all dynamic websites use them

  • enterprise systems are big databases

  • all records management functions

3
New cards

relational databases

the dominant approach to structuring databases for over 40 years

  • the primary data structure is the table

  • tables are related based on certain types of shared data (keys)

4
New cards

entity

a class of people/places/objects/events/concepts where we need to capture/store data for

  • represented by tables

5
New cards

instance

a single occurrence of an entity

  • the records within a table indicate ___(s) of an entity

6
New cards

attribute

a descriptive property or characteristic of a property

  • indicated by the columns in a table

  • a data entity has a data ___

  • also known as element, property, field, etc

7
New cards

primary key

an attribute that assumes a unique value for each instance

  • also known as a unique identifier

  • every instance has one

8
New cards

operational databases

support day-to-day operations for an information system

  • also known as transactional databases

9
New cards

personal databases

databases created or maintained by individuals

10
New cards

work group databases

databases created or maintained by teams.

11
New cards

data warehouses

large data repositories that store data extracted from other databases

12
New cards

key integrity

no two records in a table have the same primary key

  • a type of data integrity

13
New cards

domain integrity

making sure the right kind of data is being entered for. various attributes/fields

  • a type of data integrity

14
New cards

referential integrity

ensuring that foreign keys in one table correspond to a primary key in another table

  • a type of data integrity

15
New cards

big data


data sets so large that they exceed the processing

capacity of conventional/relational database systems

  • three v’s of ____: volume, velocity, and variety

  • no single size qualifier for what makes data big (terabyte, petabyte, etc)

  • largely unstructured

16
New cards

volume

dealing with terabytes, petabytes, and exabytes of data

17
New cards

velocity

using data as it streams into the org

18
New cards

variety

all different kinds of data are included (structured vs.
unstructured, text vs. multimedia, etc)

19
New cards

sources of big data

  • social media

  • sensor networks

  • public web

  • documents

  • traditional databases

20
New cards

structured data

data that is organized in a predefined data model; the kind
you can capture in a relational database

  • sales transactions, personnel records, census records, etc

21
New cards

unstructured data

data that’s not organized in a pre-defined way; doesn’t fit an established data model

  • images, audio/video files, text messages, word files, etc

  • can’t be easily analyzed using prevailing databased technologies

22
New cards

big data technologies

  • noSQL databases

  • mapreduce

  • hadoop

  • hive

  • pig

  • machine learning

Explore top flashcards