northwind-SQLite3
northwind-SQLite3 copied to clipboard
SQLite3 version of Microsoft's Northwind Database
Is it beneficial and match this project's goals to add more quality to the data? Looking up countries by their name is hasslesome. For better working with the data I'd...
How would you feel about providing the result of running populate.py on the database as a release? This could simplify some use cases where the database is required, but preferred...
Hi there, thanks for the inspiration! Using modified populate.py for this online Northwind Traders: Bootstrap 4: https://northwind2.pythonanywhere.com/ Bootstrap 3: https://northwind.pythonanywhere.com/ Many thanks!
**Pull Request Description** **Summary** This pull request introduces solutions to several SQL query exercises using the Northwind SQLite database. The work focuses on practicing filtering data using WHERE, IN, logical...