RA (Relational Algebra) - Complete Reference

A complete reference for relational algebra covering selection, projection, joins, set operations, and database manipulation with practical examples.

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

DDL (Data Definition Language) - Complete Guide

A complete reference for DDL (Data Definition Language) commands covering database operations, table creation, constraints, and relationships.

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

DML (Data Manipulation Language) - Complete Guide

A complete reference for DML (Data Manipulation Language) commands covering INSERT, UPDATE, and DELETE operations with detailed examples.

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

DQL (Data Query Language) - Complete SQL Guide

Complete reference for DQL (Data Query Language) covering SELECT statements, joins, aggregate functions, subqueries, and advanced SQL operations.

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

ER to Relational Database Conversion: Complete Guide with SQL Examples

Comprehensive guide covering ER to relational database conversion including one-to-one, one-to-many, and many-to-many relationships with complete SQL examples and querying techniques.

January 25, 2025 · 5 min · 950 words · Nirajan Khatiwada