Computer Science, asked by sujitbankar433, 2 months ago

The data on which operation is to be performed is called as

Answers

Answered by bablit996
2

Answer:

checking of operation on input data is known as validation data

Answered by ansarishazia13
0

Answer:

The data on which opertaion is to be performed is called as Validation of Data.

Explanation:

  • Data validation means checking the accuracy and quality of source data before using, importing or otherwise processing data.
  • Different types of validation can be performed depending on destination constraints or objectives. Data validation is a form of data cleasing. 
  • Types of Data validation-
  1. Data type check= A data type check confirms that the data entered has the correct data type
  2. Code check=A code check ensures that a field is selected from a valid list of values or follows certain formatting rules
  3. Range Check=A range check will verify whether input data falls within a predefined range.
  4. Format Check=Many data types follow a certain predefined format. A common use case is date columns that are stored in a fixed format like “YYYY-MM-DD” or “DD-MM-YYYY.” A data validation procedure that ensures dates are in the proper format helps maintain consistency across data and through time.
  5. Consistency Check=A consistency check is a type of logical check that confirms the data’s been entered in a logically consistent way. An example is checking if the delivery date is after the shipping date for a parcel.
  6. Uniqueness Check=Some data like IDs or e-mail addresses are unique by nature. A database should likely have unique entries on these fields. A uniqueness check ensures that an item is not entered multiple times into a database.

Similar questions