Hi, fairly new to db design and have a little normalisatin query for ya...
I have 2 tables: Client and Group
A Client can be a member of one or more groups
Each group can have one or more Clients
E.g.
CLIENT - client_id, client_name, group_id*
GROUP - group_id, group_name, client_id*
Extremely grateful for any help that can be offered
Cheers!
Dan