This repository was archived by the owner on May 16, 2022. It is now read-only.

Description
Motivation
Currently, the CI only runs the exercise SQL against the Sakila Database:
- This only ensures that the SQL successfully executes, but not if the SQL produces the correct result set.
- Need for correctness validation so that users can ensure the queries they executed are correct.
Requirements
- Able to collect the result set for each SQL exercise query.
- Perform data validation on the result query against expected result.
- Data validation should be handle variations in row order, column names etc.
Proposal