πŸ“Š MySQL
Q. How many attributes does every explicit cursor and cursor variable have?
  • (A) 3
  • (B) 2
  • (C) 4
  • (D) 5
πŸ’¬ Discuss
βœ… Correct Answer: (C) 4

Explanation: The 4 attributes are: %FOUND, %ISOPEN %NOTFOUND, and %ROWCOUNT. When these attributes are appended with the cursor or the cursor variable they return useful information about the execution of a data manipulation statement.

Explanation by: Shivam
The 4 attributes are: %FOUND, %ISOPEN %NOTFOUND, and %ROWCOUNT. When these attributes are appended with the cursor or the cursor variable they return useful information about the execution of a data manipulation statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
192
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Shivam
Publisher
πŸ“ˆ
93%
Success Rate