Conteúdo do Curso
SQL in Python Projects
SQL in Python Projects
Challenge 5: Delete
Complete all parts of the task in sequence
- 🔖 Use your code from Challenge 3: Creation;
- 📼 Add a few more records to the
users
table; - 🗑 Delete record from the
users
table where id = 1; - 📃 Get all records from the
users
table; - 🎞 Output all records from
users
tables .
Obrigado pelo seu feedback!