This video tutorial demonstrates how to establish connection with MySQL database and performing various operations like create database and table, insert, update, delete, search and display records using Python script.
========= Content of this video=====================
0:00 Introduction
1:03 Connection with MySQL database
3:03 Create Database
4:36 Create Table
8:04 Insert Record
10:52 Update Record
13:00 Delete Record
14:42 Display Records
18:38 Search Records