1.

The character that the MySQL client program recognizes as a statement delimiter is ______________(a) :(b) .(c) ;(d) ,I had been asked this question during an interview for a job.This interesting question is from Running Multiple Servers in section General MySQL Administration of MySQL

Answer»

Right answer is (C) ;

The explanation: By default, mysql itself recognizes the semicolon as a statement DELIMITER, so the delimiter must be REDEFINED temporarily to cause mysql to PASS the entire stored program DEFINITION to the server.



Discussion

No Comment Found

Related InterviewSolutions