-
The character that the mysql client program recognizes as a statement delimiter is ______________.
-
- ,
- ;
- :
- .
- None of these
Correct Option: B
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.