πŸ“Š MySQL
Q. How is a stored procedure invoked?
  • (A) INVOKE
  • (B) 1
  • (C) CALL
  • (D) RETURN
πŸ’¬ Discuss
βœ… Correct Answer: (C) CALL

Explanation: This question is asking about how you "run" or "execute" a stored procedure in MySQL. Stored procedures are like little programs that you write to perform specific tasks in your database.

Explanation by: Ram Avtar Sharma
This question is asking about how you "run" or "execute" a stored procedure in MySQL. Stored procedures are like little programs that you write to perform specific tasks in your database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
103
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ram Avtar Sharma
Publisher
πŸ“ˆ
94%
Success Rate