Unit 1 Flashcards
Two tier client
client directly connects to the server for information.
N tier client
divides application into physical tiers and logical layers; includes 3 or more separate tiers.
Thin client
The process happens on the server(s).
Thick (Fat) client
The process happens locally for the client.
DB Evolution Timeline
- flat files hierarchical structure
- Relational DB
- Object-oriented DB (DEAD)
- DB for Social Media
- Big Data, NOSQL DB (Cloud Computing)
- Data Warehouses
Operational Data
Raw ERP data.
Informational Data
on-time performance reports.
Analytical Data
optimization, modeling, and simulation to support business decisions.
IaaS
Infrastructure as a service.
PaaS
Platform as a service.
SaaS
Software as a service.
Data
Something captured and stored; not information.
Information
Data processed for insight; the next step after data.
Char
Stores characters. If data entry doesn’t meet limit, will attach spaces on the end of the string of characters.
Varchar
Stores a string. If data entry doesn’t meet limit, WILL NOT attach spaces on the end.
Nchar, Nvarchar
More storage capacity per character than char and varchar. Can contain special characters. Unicode; two bytes per character.
Enumerated Data Type
Has a list of possible values that are user-defined.