Google News
logo
Flask - Quiz(MCQ)
Flask can make use the what type of SQLite module?
A)
SQLite
B)
SQLite1
C)
SQLite2
D)
SQLite3

Correct Answer :   SQLite3


Explanation : Flask can make use of the SQLite3 module of the python to create the database web applications. In this section of the tutorial, we will create a CRUD (create - read - update - delete) application.

Advertisement