I have four tables
create table entities{ integer id; string name; } create table users{ integer id;//fk to entities string email; } create table groups{ i
You can do the following: