Computer Science, asked by karanish07, 1 year ago

what is the difference between field validation rule and record validation rule?

Answers

Answered by elladw06
9

Field Validation is clean useful computer data and Record Validation is compares the values of two or more fields.

Answered by Arslankincsem
5

Field level controls how the data can be enter in a database field.  


Record level controls how the data can be enter in a record or row of data in a database table....  


example: suppose you have a field called 'student_phone_number'


then the validation rule wud be 'only 10 digits allowed.' this will be valid for all entries in this field.


if you have a field called 'marks'


then the record validation rule wud be 'less than 100 & more than -1'.


Similar questions