InterviewSolution
Saved Bookmarks
| 1. |
Which clause specifies periodic execution at fixed intervals?(a) EVERY(b) ALL(c) AT(d) ALTERNATE |
|
Answer» 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. |
|