I have an error in my database in some tables, they have information inside, the problem is that when I try to delete some data I miss this error
ERROR: update o delete en «cronograma» viola la llave foránea «fk_participantes_id_cronograma» en la tabla «participantes»
DETALLE: La llave (id_cronograma)=(3) todavía es referida desde la tabla «participantes».
For what I understand is that a data is still referenced with the one of the table that I want to eliminate, I would like to know how it is solved