| International Journal of Computer Applications |
| Foundation of Computer Science (FCS), NY, USA |
| Volume 187 - Number 125 |
| Year of Publication: 2026 |
| Authors: Ahmad Farhan AlShammari |
10.5120/ijcac99fe98d9418
|
Ahmad Farhan AlShammari . Implementation of Database Management using SQLite in Python. International Journal of Computer Applications. 187, 125 ( Jul 2026), 24-32. DOI=10.5120/ijcac99fe98d9418
The goal of this research is to implement database management using SQLite in Python. Database management is used to organize, store, and manipulate data efficiently. It is done using a special software, called the "database management system" (DBMS), like SQLite. The purpose of database management is to ensure that data is always accessible, accurate, consistent, and secure. It also provides a solid foundation for data analysis and decision making. The basic operations of database management using SQLite are explained: importing library, creating database, creating tables, adding data, retrieving data, printing data, searching data, ordering data, updating data, computing data, aggregating data, grouping data, deleting data, and dropping tables. The developed program was tested on an experimental data. The program has successfully performed the basic operations of database management using SQLite and provided the required results.