Single Choice Easy

QWhich of the following is a characteristic of stored functions in MySQL?

ID: #15531 Stored functions and triggers - MySQL 123 views
Question Info
#15531Q ID
EasyDifficulty
Stored functions and triggers - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • 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
Correct Answer

Explanation

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.

Share This Question

Challenge a friend or share with your study group.