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?

  1. SELECT ROW_COUNT();
  2. ROW_COUNT();
  3. SELECT * ROW_COUNT();
  4. SHOW ROW_COUNT();

Answer: A) SELECT ROW_COUNT();

Explanation:

The correct way to use ROW_COUNT() function is:

Syntax:

SELECT ROW_COUNT();

Comments and Discussions!

Load comments ↻






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