Home »
MCQs »
MariaDB MCQs
Which of the following is the correct way to use ROW_COUNT() function?
16. Which of the following is the correct way to use ROW_COUNT() function?
- SELECT ROW_COUNT();
- ROW_COUNT();
- SELECT * ROW_COUNT();
- SHOW ROW_COUNT();
Answer: A) SELECT ROW_COUNT();
Explanation:
The correct way to use ROW_COUNT() function is:
Syntax:
SELECT ROW_COUNT();