Computer Science, asked by Kunjalbabbar2131, 1 year ago

Delimiters in MySQL?

Answers

Answered by Jyotimodi
0

The DELIMITER command is used to change the standard delimiter of MySQL commands (i.e. ;). As the statements within the routines (functions, stored procedures or triggers) end with a semi-colon (;), to treat them as a compound statement we use DELIMITER.

Similar questions