State two ways in which data validation is implemented on an input form of a database application.
- apply data type check
- apply validation rule criteria / validation text
- apply code check-ensures that a field is selected from a valid list of values
- apply format check e.g. YYY-MM-DD
- apply range check
- apply consistence check