I have three as
1.Contacts --> contact_ID, contact_name
2.Members --> contact_ID, Group_ID
3.Groups --> group_ID, contact_ID
I want to SELECT contacts_names from Contacts where some Group_ID such that all the contact_IDs belong to one group_ID in table Members.
In short I want to Group my contacts. Please Help