-
Before MySQL 5.1.6 which privilege was required to create and drop triggers?
-
- SUPER
- PRIVILEGE
- MACRO
- TRIGGER
- None of these
Correct Option: A
The privilege to create and drop triggers is version specific in MySQL. Before MySQL 5.1.6, the SUPER privilege was needed. Access control is more correctly handled post this version.