1.

Which command is used to redefined the mysql delimiter?(a) redefine_delim(b) delim_redefine(c) delimiter(d) redefineThis question was addressed to me in an online interview.My query is from Compound Statements and Statement Delimiters topic in portion Stored Programs of MySQL

Answer»

Right answer is (C) DELIMITER

To EXPLAIN: To redefine the mysql delimiter, the delimiter COMMAND is used. A delimiter is a sequence of characters. It specifies the boundary between the separate regions in DATA streams.



Discussion

No Comment Found

Related InterviewSolutions