12345678910-- find an expertise by its IDSELECT e.id, e.name, e.descriptionFROM public.expertise AS eWHERE e.id = $1::uuid;