1.

Which of the following is case sensitive?(a) Stored function name(b) Stored procedure name(c) Trigger name(d) Event nameThe question was posed to me in semester exam.This question is from Case Sensitivity in SQL Statements topic in section Using SQL to Manage Data of MySQL

Answer»

The correct choice is (c) Trigger name

Explanation: 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