I am working on designing a database for conference room scheduler application. And we have rooms that can be merged to create a bigger one. for example, Room A can be merged to Room B to hold 64 people.
I have attached my Database design below I couldn't figure out how to accommodate this feature at the back end. database level.
And also, I would like my database to accommodate the rooms information that could be merged. lkRooms table only list single rooms and their capacity. there are rooms that can be merged specifically with one adjacent to them (roomA + room B) and also I have quad rooms ( RoomC + RoomD + RoomE + RoomF). these rooms can be used as a single rooms and can be merged to create one big room. I do I make my database accommodate this? I want the application to get room information from DB. if what I want to say make any sense at all