Exercise: Delete Student Delete student with id 10. Solution sqlCopy1DELETE FROM students WHERE id = 10;