Q. Input can be validated in MySQL programs.
β
Correct Answer: (A)
True
Explanation: Input validation can indeed be performed in MySQL programs. This involves ensuring that the data entered into the database meets certain criteria or constraints, such as data type, length, format, or range. By implementing validation checks within MySQL programs, developers can enhance data integrity and security. Therefore, Option A is correct.