Computer Science, asked by john8262, 11 months ago

which method is used to fetch all the remaining records in the form of a list of tuples?

Answers

Answered by gayatrib136
1

i dont understand your question fully means u r asking about remaining records

I hope it is related to database management system

So your answer is :

the records from a particular tables (records also known as tuples ) can be fetched using cursor

Cursor:It is a private area of sql required for internal processing used to retrieve tha data (from active data set ) in a row by row manner

Cursors can be implicit or explicit

Answered by adityakumargupta1999
1

Answer:

fetchall() method is used to record all the remaining record in the form of a list of tuple.

Explanation:

Similar questions