https://github.com/pradeepchegur/bus_reservarion_sql
A SQL file consists of online ticket reservation system for buses.
https://github.com/pradeepchegur/bus_reservarion_sql
database operations reservation-system sql sqlqueries tables
Last synced: about 1 year ago
JSON representation
A SQL file consists of online ticket reservation system for buses.
- Host: GitHub
- URL: https://github.com/pradeepchegur/bus_reservarion_sql
- Owner: pradeepchegur
- Created: 2022-06-10T17:25:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T17:34:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T00:34:22.798Z (about 1 year ago)
- Topics: database, operations, reservation-system, sql, sqlqueries, tables
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bus_reservarion_SQL
### A SQL file consists of online ticket reservation system for buses.
#### This SQL file contains creation of tables and insertion of details into the tables.
#### It consists of 9 tables like pasenger, bus, ticket, etc.
#### Also it have 30 queries and retrival code for those queries.