Examveda

How can you fetch data from a result set obtained through an execute() command?

A. Using the get() method

B. By calling fetch()

C. By iterating through the result set

D. By using the fetch_data() function

Answer: Option C

Solution (By Examveda Team)

Data from a result set is typically fetched by iterating through the result set using loops.

Join The Discussion

Related Questions on Database Connectivity with Python

What is SQLite?

A. A type of programming language

B. A relational database management system

C. A Python module for web scraping

D. A version control system