Input can be validated in MySQL programs.
(a) True
(b) False
I got this question during an online interview.
The query is from MySQL Programs topic in division MySQL Programming of MySQL
(a) True
(b) False
I got this question during an online interview.
The query is from MySQL Programs topic in division MySQL Programming of MySQL
The correct answer is (a) True
Explanation: 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.