Python MySQL Database Connection CREATE, INSERT, UPDATE, DELETE, DISPLAY, SEARCH Operations

Published: 06 April 2020
on channel: Art of Programming
1,579
35

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