Which clause specifies periodic execution at fixed intervals?
(a) EVERY
(b) ALL
(c) AT
(d) ALTERNATE
(a) EVERY
(b) ALL
(c) AT
(d) ALTERNATE
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct choice is (a) EVERY
The best I can explain: 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.