- A They can modify data in the database
- B They can only return a single value
- C They can be called from triggers only
- D They are executed automatically when a specific event occurs
- Share this MCQ
Answer:
B
Share this MCQ
A characteristic of stored functions in MySQL is that they can only return a single value. They are designed to perform a specific task and provide a result as a single value, such as a numeric value, string, or boolean.
Click me to Read more Question & Answer of Stored functions and triggers - MySQLShare this MCQ