I need to extract the data from several tables, for which I made a selection of the question to which the people signed up and the ID of that question corresponds to id 22 of the table "Responses". Now, once filtered, I need to know who were the persons with the first and last names that pointed to this question and if you can know to which course too. I will appreciate your help.
select * from Respuestas where PreguntaId = '22'
select Respuestas.PreguntaId from Respuestas, CursoPlaneadoParticipantes, CursoPlaneadoes, Participantes where Respuestas.CursoPlaneadoParticipanteId=CursoPlaneadoParticipantes.id