notes.id
implicit JOIN
UPDATE notes, students SET points = points+1 WHERE notes.student_id = students.id AND notes.note = 'My first note'
Pro tip: use ```triple backticks around text``` to write in code fences