Adding then correcting a grade
Open answerUsing the table eleves(id, nom, prenom, note), write the SQL query that adds a new student named Chloé Petit, identifier 5, with a grade of 8.0, then write the SQL query that corrects this grade to 11.0 once it has been retaken orally.

