Bite 15: Dynamically query a SQL database in python
In this Bite we are going to learn how to:
1. Ask for column names input
2. Have the user query a SQLite db
Practice the basics first
The python files will be available here when the video gets released on YouTube.
The challenge
Here you can try the code:
The solution
Was this helpful?
Reader Interactions