Which of the following returns one row from the query?

50. Which of the following returns one row from the query?

  1. One()
  2. Fetchone()
  3. Fetchonly()

Answer: B) Fetchone()

Explanation:

fetchone() returns one row from the query.


Comments and Discussions!









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