databases and data management

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

1/27

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.

28 Terms

1
New cards

data

streams of raw facts

2
New cards

information

data shaped into meaningful form

3
New cards

database

groups of related tables (files)

4
New cards

table(file)

group of related rows (records)

5
New cards

row(record)

group of related columns(fields)

6
New cards

column (field)

Group of characters, words, numbers, etc.

7
New cards

entity

person, place, thing on which we store information

8
New cards

attribute (metadata)

each characteristic, or quality, describing the entity

9
New cards

components of a database

tables or files + relationships among rows in tables + metadata

10
New cards

key field

field used to uniquely identify each record (row)

11
New cards

primary key

field in table used for key fields

12
New cards

foreign key

primary key used in second table as look-up field to identify records from original tables

13
New cards

normalization

streamlining complex groupings of data to minimize redundant data elements and awkward many-to-many relationships

14
New cards

referential integrity

rules used by RDBMS to ensure relationships between tables remain consistent

15
New cards

cardinality

measure of the number of links in a particular relationship between database one or more data entities

16
New cards

main operations within DBMS

read, insert, modify, delete data

17
New cards

SQL script commands

select, from, where, order by

18
New cards

SQL - select

what fields do u want to see?

19
New cards

SQL - from

source tables for fields

20
New cards

SQL - where

operations and conditions on fields

21
New cards

SQL - order by

sorting

22
New cards

big data

massive sets of unstructured/semi-structured data from web traffic, social media, sensors, and so on

23
New cards

data warehouse

  • stores current and historical data from many core operational transaction systems

  • Consolidates and standardizes information for use across enterprise, but data cannot be altered

  • Provides analysis and reporting tools

24
New cards

data martz

  • Subset of data warehouse

  • Typically focus on single subject or line of business

25
New cards

hadoop

Enables distributed parallel processing of big data across inexpensive computers

26
New cards

data mining

find hidden patterns, relationships in datasets

27
New cards

text mining

extracts key elements from unstructured data

28
New cards

web mining

discovery and analysis from web (content, structure, usage)