Home » MYSQL » Mysql Compound Statements » Question
  1. Which character does the mysql client program recognize as a statement delimiter?
    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.