getting id from a given name in sql – Mysql
So, i have two tables fahrlehrer(id_f,first name,last name) and fahrschueler(id,first name, last name,id_f). I have the last name of a column in fahrlehrer. now my task is to show the first name and last name of all fahrschueler that have…