-
To create or drop events for a database, which privilege should be granted?
-
- DROP
- PRIVILEGE
- EVENT
- CREATE
- None of these
Correct Option: C
In MySQL, all events belong to some database, so the EVENT privilege must be granted for that database in order to both create or drop the events for it. An event is a stored program.