CST 2355 - Database Systems. - Week 12 (Updated)
CST 2355 - Database Systems. - Week 12 (Updated)
Systems
Week 12
Topics Covered:
• Oracle
• PL/SQL Triggers & Packages
• Introduction to Data Warehousing
Databases
OLTP OLAP
Dept_Emp
Empno Ename Job Sal Comm Deptno Dname Loc
• A Normalized Database with many small tables is ideal for DML operations.
• A De-Normalized Database with few large tables is ideal for SELECT operations as it eliminates or decreases
JOINS.
Online Transaction Processing (OLTP)
Databases
OLTP Databases are designed to support transaction oriented
applications, such as bank’s ATM Machines, Airline’s Ticket Booking
website, etc. The Characteristics of OLTP are:
• Stores Current Data
• Records Routine / Daily Business Transactions
• Used by Internal (Employees) and External (Customers) Users
• Designed to suit insert, update, delete operations
• OLTP’s are the primary source of Data
Online Analytical Processing (OLAP) Databases
Costco.
Data Warehouse
Ontario Costco. - Canada
Costco.
Alberta DATA DATA
MART MART
Costco.
B.C OLAP & Data Mining
Key Terminologies