-
The statement that alters an existing event to have the given definition is _____________.
-
- ALTER FUNCTION
- ALTER DATABASE
- ALTER EVENT
- ALTER DATABASE
- None of these
Correct Option: C
The statement ‘ALTER EVENT’ alters an existing event to have the given definition. The ‘RENAME TO’ clause renames the event. The other clauses are described in the entry for ‘CREATE EVENT’.