1.

The case sensitive among these is ______________(a) Stored function name(b) Stored procedure name(c) Trigger name(d) Event nameI got this question during a job interview.My doubt is from Securing a New MySQL Installation topic in division General MySQL Administration of MySQL

Answer» RIGHT OPTION is (c) Trigger name

For explanation I would say: The stored functions and stored procedure names in MySQL are not case SENSITIVE. Event names are also not case sensitive. UNLIKE the standard SQL, the trigger names in MySQL is case sensitive.


Discussion

No Comment Found

Related InterviewSolutions