Stored Procedures with an Output Parameter different from the lesson
Hi Harold!
Thanks for reaching out and provided links to the screenshot and the relevant lecture.
This is a great question. In fact, it regards one of the few MySQL Workbench bugs that can create a conflict with the course content.
The in- and out- parameters of the procedures only when written in lowercase letters. For some reason, they have not managed to correct this error yet.
So, when written in lowercase letters, the procedure works correctly. When written in capital letters (which should be correct according to the formatting that is generally preferred (and, hence, used in our teaching), the OUT parameter is displayed, too.
What is more important is that the procedure delivers the correct outcome, as well that you are aware for this bug (that will hopefully be solved soon).
Hope this helps.
Best,
Martin