Skip
Arish's avatar

272. Practice - DELETE


Exercise: Delete Student

Delete student with id 10.

Solution

sql
1DELETE FROM students WHERE id = 10;