This document describes a database project for a railway reservation system. It includes entities like users, passengers, trains, stations, tickets. It provides the entity relationship diagram and normalized database schema. It also includes sample SQL commands to create the tables and insert sample data into the tables. The tables created are for users, trains, stations, train status, tickets, passengers and relationship tables for starts, reaches, stops_at and books.