Description
In this course, you will learn :
- How to Setup MySQL.
- How to Make a Database
- Python-MySQL interoperability.
Syllabus :
- What is Database?
- Python for Database
- SQL connectors
- MySQL Connector
- Establish Connection
- Cursor Object
- Create Table
- Display Records of Table
- Update Records of table
- Delete records of table