Python Conncectivity With Mysql
Python Conncectivity With Mysql
Result Table
Student
Id Name Marks
105 Diya 90
108 Suraj 83
112 Karan 98
115 Riya 97
(105, 'Diya', 90)
Fetchall()
p=c.fetchall()
Output
Fetchmany(n)
p=c.fetchmany(2)
Ouput