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.
|