Home » MYSQL » Mysql Basic » Question
  1. Which of the following is case sensitive?
    1. Stored procedure name
    2. Stored function name
    3. Event 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.