Python Basics: Chapter 15 – SQL Database Connections Quiz
Interactive Quiz ⋅ 5 Questions
By David Amos
Many databases use structured query language, or SQL, as an interface to interact with the data they contain. A database that uses SQL is called a SQL database.
In this chapter, you learned about a SQL database, called SQLite, that comes with every Python installation. You saw how to retrieve and store data from SQLite programmatically using the sqlite
module.
The quiz contains 5 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!