Home » MYSQL » Mysql Error handling » Question
  1. Which keyword suppresses errors?
    1. IGNORE
    2. PREVENT
    3. STOP
    4. SUPPRESS
    5. None of these
Correct Option: A

In MySQL, to suppress errors, IGNORE keyword is used with INSERT or UPDATE statements. With the IGNORE clause, statements that would result in an error due to invalid values result only in a warning.



Your comments will be displayed only after manual approval.