chapter 9 Flashcards

(35 cards)

1
Q

database configuration

A

organized collection of data/ long term memory of an org

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

ERP

A

enterprised resource planning
- monster databases
- custom (if big) and off the shelf (if small company)

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

netsuite

A

off the shelf ERP for small orgs
- the orgs are big enough to need a system, but small enough to not need a custom made one

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

flat file data management

A

aka legacy system
- redundancy
- no up to date info

bring over from exam 1

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

database approach

A

pools data into 1 singular database used by all users
- no redundancy (element stored once)
- 1 update updates the whole system for everyone
-

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

relational model

A

tables are connected

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

database management system

A

roles and privileges, gatekeeper

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

quiry

A

trying to grab something from database

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

schema

A

tables

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

SQL

A

standard quiry language aka sequel
- write code to grab from table

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

sequel form

A

grabs

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

sequel reports

A

returns

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

downsides of everyone in org writing sequel

A
  • can mess up database
  • isnt worth time and effort to teach all employees
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

record

A

all attributes about particular entity = record

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

attribute

A

Every nugget of info about entity

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

3 things SQL quiry will ask

A
  • select
  • from
  • where
17
Q

SQL select

A

attribute nuggets you want

18
Q

SQL from

A

table you need to grab it from

19
Q

SQL where

A

parameters (dont always need one)

20
Q

database administrator

A

person in charge of database management system

21
Q

data dictionary

A

describes every data element in database
aka legend of column abreviations

22
Q

entity

A

anything youd like to know about __________ (inventory, customers, sales) not a cel

23
Q

ER diagram

A

entity relationship diagram
shows links/ relationships between tables

24
Q

relation

A

link/ connection between entities and tables

25
ER box ER line
table link
26
ER pros foot ER I
many 1
27
primary key
unique identifier - can show up in other tables as normal attribute and become a link between 2 tables
28
foreign/ secondary key
regular attribute in a table - can have multiple foreign keys
29
importance of primary keys
1 record will have 1 primary key, but can have multiple foreign keys
30
database anomalies/ integrity issue
if something is messed up in the database/ table
31
deletion anomaly
deletion of data from a table
32
update anomaly
data redundancy in unnormalized table
33
insertion anomaly
data cannot be added to a table bc of its primary key
34
normalizing tables
standardizing something, get something on equal footing ex: convert 1 company to LIFO to better compare the 2 companies
35
File
All records = file