Update and Delete Operations
Beginner
+2 pts
The gym needs to fix typos in workout names and remove discontinued programs. Time to complete your CRUD (Create, Read, Update, Delete) skills!
SQLModel makes updates simple: fetch the object, modify it, commit. No special UPDATE statements needed!