Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 335 Bytes

File metadata and controls

4 lines (4 loc) · 335 Bytes

Python-MYSQL-connectivity-programs-

This repository includes various programs based on python-mysql connectivity for reading, writing, updating (Both DDL and DML commands) on mysql database using python programs. DDL- Data definition langauge: Create , Alter , Drop DML- Data manipulation langauge: Select , Update , Delete , insert