Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 23)
23.
Which module in Python is used for working with the SQLite database?
sqlite
sql
sqlite3
db
Answer: Option
Explanation:
The sqlite3 module in Python provides a simple way to work with SQLite databases.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.