Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 905 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 905 Bytes

CRUD-application

Python- MySQL


CRUD application

CRUD - Create, Read, Update, Delete

Desciption of application

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

Features: -

  • Create Table
  • Show Tables
  • Drop Table
  • Insert Data
  • Show Data
  • Update Data
  • Delete Datae

Thank You!! Enjoy using the application