About 1,030 results
Open links in new tab
  1. GitHub - Rupeshxr27/Railway-database-management-system: SQL project,sql

    The Railway Database Management System (RDMS) is a comprehensive SQL-based project aimed at efficiently managing railway-related data and operations.

  2. Railway Control System Database (SQL Project) - GitHub

    The source code for a Railway Control System database typically involves SQL scripts to create tables, define relationships, insert sample data, and implement stored procedures or triggers for specific functionalities like ticket booking, schedule updates, etc.

  3. GitHub - raneemalshaye/SQL-Railway-System-Database-Management-System

    This project, part of the "Introduction to AI, Data Analytics & SQL" program, involves creating a database management system for a railway system. The system is designed to manage trains, stations, schedules, travelers, and ticket bookings effectively.

  4. Railway Management System-Final Project - Scribd

    This document contains the project report for a database system for a railway reservation system. It includes an abstract describing the system, introduction, project description, list of entities and attributes, ER diagram, schema diagram, and SQL commands for creating the tables.

  5. Railway Management System Database Mini Project | PDF | Sql ...

    The document then provides a brief overview of the railway reservation system and its key features like ticket booking, cancellation and status checking. It also lists some assumptions made to simplify the project. Finally, it includes entity relationship diagrams and sample SQL queries related to the railway reservation database.

  6. This project involves managing a railway system database using SQL

    Jun 13, 2024 · This project involves managing a railway system database using SQL. I created tables to manage stations, trains, and schedules. Afterwards, I inserted sample data into these tables and then queried the data to get the train schedules. - Railway_System.sql

  7. railway management DBMS Project - Karnatak Law Society’s

    The aim is to design and develop a database maintaining the records of different trains, passengers, tracks, stations, schedule and routes. The project also consists of station names, the tracks that connect those stations, schedules of the train and the information of the station.

    • Reviews: 72
    • Railway Management System | PDF | Databases | Information …

      Jun 26, 2022 · This document provides a project report for a database management system for a Railway Management System. It includes an introduction describing the purpose of the railway reservation system and maintaining records in a database.

    • Railway-Management-System/project.sql at master - GitHub

      create database Project; use Project; CREATE TABLE `Account` ( `Username` varchar (15) NOT NULL, `Password` varchar (20) NOT NULL, `Email_Id` varchar (35) NOT NULL, `Address` …

    • DBMS - notes plus assignment - RAILWAY MANAGEMENT SYSTEM MINI PROJECT ...

      process of booking and managing train tickets for passengers. trains, check schedules, and book tickets from anywhere at any time. updates on train schedules, seat availability, and booking confirmations. implementing appropriate data protection measures.

    • Some results have been removed
    Refresh