InterviewSolution
Saved Bookmarks
| 1. |
Which procedure parameter enables the caller to pass in a value and get back a value?(a) IN(b) OUT(c) INOUT(d) GETINOUTThe question was posed to me during an interview for a job.The doubt is from Stored Functions and Procedures in chapter Stored Programs of MySQL |
|
Answer» Right choice is (C) INOUT |
|