You are on page 1of 5

BOARD PRACTICAL COMPUTER SCIENCE

Roll Number: 14613848


Attempted D21 – Set 2
Q1. Input Screenshots
Output Screenshots
Q2.

(a) import mysql.connector as SQL


(b) MyCursor = MyDB.cursor()
(c) MyDB.commit()
(d) Rows = MyCursor.fetchall()
(e) print(“/nTotal rows: ”, MyCursor.rowcount)

You might also like