+ 1

Someone suggeste me to build hotel management code only with SQL

6th Jan 2021, 6:27 AM
Vikas
5 Respostas
+ 4
SQL is a standard language for storing, manipulating and retrieving data in databases. So you cant build a Hotel Management System using Sql only. You need languages like html, css and javascript for the front-end which is basically the design, layout and adding interactivity to the site. And either of python, NodeJs, php e.t.c for back-end which includes storing data of, staffs, hotel bookings, e.t.c, user authentication. retrieving user data and displaying it on the webpage.
6th Jan 2021, 6:55 AM
Kingsley Aham
Kingsley Aham - avatar
0
I suggest you to build a hotel mangement code only with SQL
6th Jan 2021, 12:51 PM
Chris Coder
Chris Coder - avatar
0
Plz suggest some on railway reservation databse by SQL also
6th Jan 2021, 12:53 PM
Vikas
0
Building a hotel management system using only SQL can be an interesting challenge, but it's important to remember that a full system typically requires both frontend and backend components for functionality like UI interaction, data processing, and user authentication. Understanding the **hotel management system features**—like booking, billing, room status, and staff roles—can help you design a proper database schema. Here’s a great guide that outlines these features and how to approach development: https://www.cleveroad.com/blog/hotel-management-system-development/
16th Jun 2025, 7:04 PM
Віка Дрожак
Віка Дрожак - avatar