i have 3 Tables is my SQL Database:
First Table: Room: ID <pk>, Roomname
Second Table: RoomRelationsship: ID<pk>, Room_ID <fk>, Roomattributes_ID<fk>
Third Table: Roomattributes: ID<pk>, Attributename
How can i get the Roomattributes, which belongs to the Rooms. I need a SQL Query.
Thank you in advance
1 Answer