Home » MYSQL » MySQL Programs » Question
  1. Input can be validated in MySQL programs.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

Input provided by the user can be validated. For instance, dates can be checked to make sure they conform to the format that MySQL expects, or certain fields can be filled in to check.



Your comments will be displayed only after manual approval.