How many records does the fetchone() function return?

19. How many records does the fetchone() function return?

  1. All the records
  2. Only single record
  3. All the columns
  4. All the rows

Answer: B) Only single record

Explanation:

Fetchone() function returns us the single record.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.