HCPP Final Review Flashcards
(129 cards)
database that has a collection of interrelated tables of data items
relational database
how do we store relational databases
RBDMS
RBDMS
relational database management systems
two types of databases
- PC-Based
2. Client/server
examples of PC-Based RDBMS
access, sql server, oracle
examples of client/server RBDMS
sybase, oracle 11g, ibm
5 uses for relational database
- control redundancy
- standardize data storage
- secure data
- share data
- maintain data integrity
6 signs of effective database design
- simple to use
- good system performance
- efficient storage handling
- backup and recovery procedures are effective
- system is able to deal with concurrency
- organization is able to audit use
auditing functions in database design are used to track these 2 things
- users
2. table access frequency
tells the story of an ERD
entity relationship narrative (ERN)
provides written descriptions of relationships in an ERD
entity relationship narrative (ERN)
main table in an ERD
entity
ERD consists of _____ shown as columns in the table
attributes
attributes =
column
a limit; something that has to be true; business rules
constraints
unique identifier; column in a table whose value will uniquely identify the row of data
primary key
pk symbol in an attribute list
#
column in a table that is a primary key in another table that link two tables together
foreign keys
t or f. foreign keys are always on the ‘many’ side of one to many
t
degree sign in an attribute list
optional
asterisk in an attribute list
mandatory
automatically assigns the next primary key in a specified pattern
sequence
expand SQL
structure query language
written to extract data from the database
query