Home » MYSQL » Mysql Setup » Question
  1. The case sensitive among these is ______________.
    1. Event name
    2. Stored function name
    3. Stored procedure name
    4. Trigger name
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.