Set 4
Set 4
Q1. Create a binary file with roll number name and marks. Input a roll number and update the marks.
The code given below reads the following record from the table named Client and displays the Client name and City from
the table.
mycursor.execute(sql)
mycursor=con.execute(sql)
print(row)
iii) Write the Statement 3 to read all the rows from the cursor object.