Home » MYSQL » Mysql Setup » Question
  1. The character that the mysql client program recognizes as a statement delimiter is ______________.
    1. ,
    2. ;
    3. :
    4. .
    5. 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.



Your comments will be displayed only after manual approval.