Hi, 
I have a query that is trying to find out which systems are on a server. 
I have a server table, and system table and a link table between them. When I run a query for example server 1 I get the result in the following format. 
Server 1, SystemA
Server 1, SystemB 
This denotes that the...