Which MariaDB function is used to get the number of rows updated, inserted, or deleted by the preceding statement?

15. Which MariaDB function is used to get the number of rows updated, inserted, or deleted by the preceding statement?

  1. COUNT()
  2. UPDATED_ROWS()
  3. ROW_COUNT()
  4. COUNT()

Answer: C) ROW_COUNT()

Explanation:

In MariaDB, the ROW_COUNT() function is used to get the number of rows updated, inserted, or deleted by the preceding statement.

Comments and Discussions!

Load comments ↻






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