Basic Functions of DataCheck

Basic Functions

Table 1 Data check levels

Check Level

Description

Syntax

No

-

-

Low

Quantity check

Number of records: COUNT(*)

Middle

  • Quantity check
  • Numeric type check
  • Number of records: COUNT(*)
  • Value check: MAX, MIN, SUM, and AVG

High

  • Quantity check
  • Numeric type check
  • Date type check
  • Character type check
  • Number of records: COUNT(*)
  • Value check: MAX, MIN, SUM, and AVG
  • Date check: MAX, MIN
  • Character check: order by limit 1000, which reads the data and checks whether the content is the same.