Validation is a common term, but that's usually to check that fields are within the acceptable range and numeric fields only contain numbers. Consistency checks are used to check that fields are compatible.
Some idea of why you are alsing the question might help.
For example if you have a data entry screen, and you are taking a persons name and address you may a have a check that the persons name begins with only Mr, Mrs, Miss, Rev, Dr and so on.
If the data entry person types "99" in the field a message will come up saying it can only be one of the defined correct words like Mr, Mrs etc.