Please enable JavaScript.
Coggle requires JavaScript to display documents.
Analyze - Coggle Diagram
Analyze
Data Validation
-
-
constraint
Check that the data meets certain conditions or criteria for a field. This includes the type of data entered as well as other attributes of the field, such as number of characters.
-
-
application code
Check that the application code systematically performs any of the previously mentioned validations during user data input.
-