Vidyalelo
MySQL · Q29

MySQL

Programming · MySQL · question 29

Q29

Input can be validated in MySQL programs.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
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.