1.

Input can be validated in MySQL programs.(a) True(b) FalseI got this question during an online interview.The query is from MySQL Programs topic in division MySQL Programming of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions