Information Systems and Databases Flashcards
Relationship types (list)
- one-to-one
- one-to-many
- many-to-one
- many-to-many
One-to-one (example)
each individual has one passport
One-to-many (example)
one customer can have many sales orders (the most common one in RD !!)
Many-to-one (example)
many individuals can be part of one group project
Many-to-many (example)
many different students can be part of many different classes
Metadata
data that describes data, one example are data dictionaries !!
Data types (list)
- text
- short integer
- long integer
- decimal/fixed point
- real/float
- money/currency
- date/time
- binary/BLOB
Data validation
maintaining the correct format and correctness of data as soon as it is entered
Data verification
maintaining the relevancy and correctness of data after it has been entered (this includes regularly checking that the current data is up to date)
Data mining
the process of discovering non-obvious patterns within large collections of data
Data warehousing
compiling and organising data into one common database
BYODs, using from home (issues)
data security:
1. confidential information about individuals in database can be leaked to family members
Other:
1. Lack of effective communication with others.
Database security measures
- encryption
- managing access to data
- firewalls
Data Dictionary (list fields)
- Field name
- Data type
- Data format
- Field size
- Special conditions
- Description
- Example
Pilot conversion
A selected group of participants/users trials the new system. This is effective to gain user feedback and see if any errors or bugs occur before sending it to everyone.