- A A reusable program that returns a single value
- B A type of trigger that executes SQL statements automatically
- C A temporary table used for data storage
- D A mechanism for defining custom data types in the database
- Share this MCQ
Answer:
A
Share this MCQ
A stored function in MySQL is a reusable program that is stored in the database and can be called multiple times. It performs a specific task and returns a single value as a result. Stored functions are commonly used for calculations, data manipulation, and complex data operations.
Click me to Read more Question & Answer of Stored functions and triggers - MySQLShare this MCQ