database configuration
organized collection of data/ long term memory of an org
ERP
enterprised resource planning
- monster databases
- custom (if big) and off the shelf (if small company)
netsuite
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
flat file data management
aka legacy system
- redundancy
- no up to date info
bring over from exam 1
database approach
pools data into 1 singular database used by all users
- no redundancy (element stored once)
- 1 update updates the whole system for everyone
-
relational model
tables are connected
database management system
roles and privileges, gatekeeper
quiry
trying to grab something from database
schema
tables
SQL
standard quiry language aka sequel
- write code to grab from table
sequel form
grabs
sequel reports
returns
downsides of everyone in org writing sequel
record
all attributes about particular entity = record
attribute
Every nugget of info about entity
3 things SQL quiry will ask
SQL select
attribute nuggets you want
SQL from
table you need to grab it from
SQL where
parameters (dont always need one)
database administrator
person in charge of database management system
data dictionary
describes every data element in database
aka legend of column abreviations
entity
anything youd like to know about __________ (inventory, customers, sales) not a cel
ER diagram
entity relationship diagram
shows links/ relationships between tables
relation
link/ connection between entities and tables