Home » MYSQL » MySQL Events » Question
  1. Which clause specifies periodic execution at fixed intervals?
    1. AT
    2. ALTERNATE
    3. EVERY
    4. ALL
    5. None of these
Correct Option: C

The ‘EVERY n interval’ clause specifies the periodic execution at fixed intervals. The interval values are like those used for the DATE_ADD() function, such as HOUR, DAY or MONTH.



Your comments will be displayed only after manual approval.