Data validation: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
m Reverted 1 edit by 115.186.70.26 (talk) to last revision by 2601:195:4000:326:E4E7:BD44:FCB:D30 (TW)
Line 2:
In [[computer science]], '''data validation''' is the process of ensuring [[data]] have undergone [[data cleansing]] to ensure they have [[data quality]], that is, that they are both correct and useful. It uses routines, often called "validation rules", "validation constraints", or "check routines", that check for correctness, meaningfulness, and security of data that are input to the system. The rules may be implemented through the automated facilities of a [[data dictionary]], or by the inclusion of explicit [[application program]] validation logic of the computer and its application.
 
This is distinct from [[formal verification]], which attempts to prove or disprove the correctness of algorithms for implementing a specification or property.And it is important for uor monitors to insure that the data is save and can be save.It also help us to save our monitor from virus.
 
==Overview ==