Зміст курсу
SQL in Python Projects
SQL in Python Projects
Challenge 3: Read
Complete all parts of the task in sequence
- 🔖 Use your code from Challenge 2: Creation;
- 📼 Add a few more records to the
users
table; - 📃 Get all entries from the users table where
user_name = 'Alex'
; - 🎞 Output the received records;
- 🪖 Save the changes;
- 🔑 Close the database connection.
Дякуємо за ваш відгук!