northwind-SQLite3 icon indicating copy to clipboard operation
northwind-SQLite3 copied to clipboard

SQLite3 version of Microsoft's Northwind Database

Results 4 northwind-SQLite3 issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...