I have a job to do where I enter name and two notes into a database using VoiceXML. I have two tables, one with nome
, notaum
, notadois
and another with nome
, media
. How do I calculate the average of notaum
and notadois
and insert in the other table?