1.

The statement that alters an existing event to have the given definition is _____________(a) ALTER EVENT(b) ALTER DATABASE(c) ALTER FUNCTION(d) ALTER DATABASEThis question was posed to me by my college director while I was bunking the class.Asked question is from SQL Statement Syntax (Non-Compound Statements) in chapter SQL Syntax of MySQL

Answer»

Correct option is (a) ALTER EVENT

For EXPLANATION: 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’.



Discussion

No Comment Found

Related InterviewSolutions