Computer Science
Which function is used to read one record from the database?
Python MySQL
1 Like
Answer
The fetchone() function fetches only one row from the result set in the form of a tuple or a list.
Answered By
1 Like
Related Questions
Which function/method do you use for establishing connection to database ?
Which function/method do you use for executing an SQL query ?
Write a program to display all records in ascending order of their salary from table employee.
Write a program to increase salary of the employee, whose name is "MANOJ KUMAR", by 3000.