member_id is the primary key and therefore unique => the nested select statement is not necessary and only adds additional computational overhead on the db.
member_id is the primary key and therefore unique => the nested select statement is not necessary and only adds additional computational overhead on the db.