1-- Remove a brigade from the DataBase 2delete from public.brigade as b 3where b.id = $1 4returning 5 b.id, 6 b.brigade_name;