Learn how to create database for python and other program without writing lines of code. we can simply download dbbrowser and start creating databases along with the tables within.
You can create Sqlite database which can be integrated in an app made in python. You can also run Create, Update, Delete and Alter operation on these Databases as there is tab where sql can be executed.
There are many modules through which you can connect to db however i use sqlite3 for such operations.
In Order to download DB Browser, you can click the link below
https://sqlitebrowser.org/
Please like the video and subscribe to the channel on more programming tutorials.