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!

Load comments ↻






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