#5 Python-MySQL | Inserting Multiple Records

preview_player
Показать описание
About Video:
--------------------
Learn how to use mysql database through Python code.
This series consist of 8 videos, covering

Connect with me
------------------------------

How to access Free or Paid learning videos?
-----------------------------------------------------------------------

Most Valued course- Python for beginners, Javascript in depth

How to join coaching in Bhopal?
---------------------------------------------------

Popular Searches
----------------------------
Python by Saurabh Shukla Sir
Python by Saurabh Sir
Javascript
GUI Python
Web Python
Full Stack development
C Language
C++ Language
Data Structure
PHP-MySQL
DBMS
Java
Android

Like, Comments, Share and SUBSCRIBE
Рекомендации по теме
Комментарии
Автор

Sir aap bohoot aacha padhate ho please aasehi padhate rahiye

varunkumarsrivastava
Автор

Sir this is the best series for python and mysql

vikaspal
Автор

Sir please help me ....m in huge in btech 3rd yr...i know basics of i just want to work on DSA by implementing with python. Is learning python enough or i need to learn one more lang like C++ or JAVA. IF my DSA is strong can i get a decent job just by knowing python. Please sir i need help urgently.

adityasingh
Автор

Sir use se kese data entry krwaye.. Plz batao

kajaljha
Автор

how do i store it if it is in a dictionary?

pranavkhatri
Автор

Sir jnumca 2020 ki registration dates nahi pata lagg paa rahi please help

Mahabharaat.
Автор

sir i am facing problem when i made 3 fields,
i made table name customers,
and try to make 3 fields id, name, salary but in python shell it gives me error but when i take only two fields id and name then no error comes kindly help me with that .

shagunsaxena
Автор

import mysql.connector

host='localhost',
user='root',
password='',
database='shagun')
cur=mydb.cursor()
s="INSERT INTO customers (id, name, status) VALUES (%s, %s, %s)"
c1=[(1, 'bina', 'single'), (2, 'anmol', 'single'), (3, 'simmu', 'married')]
cur.executemany(s, c1)
mydb.commit()


above code is not working why ?

shagunsaxena
Автор

Hello sir I am B C A final year student college give me a project to develop Bank management system please give me some ideas about the project in Java

tanvigoyal