Tag: Database Design
All the articles with the tag "Database Design".
-
Database Normalization Explained: 1NF, 2NF, and 3NF with Examples
Series: Database Fundamentals
Learn database normalization step by step. Understand 1NF, 2NF, and 3NF with clear table examples and how each normal form reduces redundancy.
-
System Design Interview: Design a URL Shortener
Series: System Design Interview Series
Master the URL Shortener system design interview. Learn about Base62 encoding, Key Generation Service (KGS), data scale, and handling billions of clicks.