Multiple choice technology platforms and products

Which of the following is used to validate data

  1. SQl

  2. Query

  3. Case

  4. Validation

Reveal answer Fill a bubble to check yourself
C,D Correct answer
Explanation

Both Case statements and Validation components can be used to validate data in different contexts - Case transformation validates data conditionally, while Validation is a dedicated validation mechanism. SQL is for queries, Query is for data retrieval, not validation.