OLTP — Online Transaction Processing (operations). OLAP — Online Analytical Processing (analytics).
OLTP:
OLTP: INSERT order, UPDATE inventory, SELECT user
Schema: 3NF, many tables, foreign keys
OLAP:
OLAP: SELECT category, SUM(sales) GROUP BY category
Schema: Star schema (fact + dimensions)
Key differences: