How to display room rates using mysql query?
I have 2 tables, namely the room table and the rental rate table, I want to display the rental rates for each room.
How to call it with mysql query ? i have tried using grouping, join. But it didn't work. Please help