Relational Algebra Guide: Operations & Examples

Detailed reference for Relational Algebra operations including Sigma, Pi, Joins, and Set theory with practical database examples.

January 10, 2025 · 13 min · 2638 words · Nirajan Khatiwada

SQL DDL Commands: Create, Alter & Drop

Master DDL commands in SQL. Covers database creation, schema modification, data types, and implementing primary/foreign key constraints.

January 15, 2025 · 5 min · 854 words · Nirajan Khatiwada

SQL DML Commands: Insert, Update & Delete

A complete reference for DML commands. Learn how to safely Insert, Update, and Delete records in your relational database.

January 20, 2025 · 2 min · 421 words · Nirajan Khatiwada

SQL DQL Commands: Select, Joins & Subqueries

The ultimate guide to querying databases. Covers simple SELECTs, complex JOINS, Grouping, Aggregation, and advanced Subquery techniques.

January 25, 2025 · 10 min · 2073 words · Nirajan Khatiwada

ER Diagram to Relational Database Conversion

Learn the rules of mapping ER models to relational schemas. Includes practical SQL code for implementing One-to-One, One-to-Many, and Many-to-Many relationships.

January 25, 2025 · 6 min · 1117 words · Nirajan Khatiwada