Which of the following functions returns the number of rows selected from a table?

25. Which of the following functions returns the number of rows selected from a table?

  1. total()
  2. Range()
  3. count()
  4. fetchone()

Answer: C) count()

Explanation:

Count() function returns the number of rows selected from a table.

Comments and Discussions!

Load comments ↻






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