-
Which character does the mysql client program recognize as a statement delimiter?
-
- ,
- ;
- :
- .
- 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.