INSERT INTO Profesor (Nombre,Ape1,Ape2,Id) VALUES (?,?,?,?) UPDATE Profesor SET Nombre=?,Ape1=?,Ape2=? WHERE Id=? DELETE FROM Profesor WHERE Id=?