I have a question, if I have like ```ts await db .deleteFrom('person') .where('groupId', '=', id) .execute(); ``` would that delete **ALL** persons that have that groupId, or just one of them?