1-- Remove an occurrence from the database 2delete from public.occurrence as o 3where o.id = $1 4returning o.id;