Category: python sqlite qna
SQLite | CRUD Operations in Python
Yogesh Kumar January 30, 2023
CRUD stands for Create Read Update Delete. I will show you how to perform CRUD Operations in Python. You need basic Tkinter and SQLite knowledge…
Posted in python sqlite qna
What is the correct way to run the query in Python sqlite3?
Harry August 25, 2022
The correct way to run the query in Python sqlite3 is sqlite3.execute(query).