I have one table:
CREATE TABLE teams ( id INTEGER PRIMARY KEY, member_count INTEGER NOT NULL );
I have another table: