Home » MYSQL » Mysql Compound Statements » Question
  1. Which command is used to redefined the mysql delimiter?
    1. delim_redefine
    2. redefine_delim
    3. redefine
    4. delimiter
    5. None of these
Correct Option: D

To redefine the mysql delimiter, the delimiter command is used. A delimiter is a sequence of characters. It specifies the boundary between the separate regions in data streams.



Your comments will be displayed only after manual approval.