Python- MySQL
CRUD application
CRUD - Create, Read, Update, Delete
This application is used edit a database.The tables contain columns having information like roll id, name, phone number, city.
The column is decided on the basis of first three letters of the table name and the information, eg. table name- employee, than first column name- emp_id
It can perform the following operations in the databse