Hi,
I have a hotel reservation system.I need to implement Check availability (Room checking) function for the project.But I dont understand how do I start and write SQL for this.
Here is table structure
TblRooms
------------
RoomsID
RoomName
Note
unitPrice
SeasonalOffers
TblReservation
----------------
ReservationID
ArrivalDate
DepartureDate
ArrivalFrom
FlightNo
PurposeOfVisit
TblRoomsInventory
-------------------
RoomsInventoryID
TotalRooms
BookedRooms
Should I add more fields or table to implement this or this is enough .please any body can help me