About.
QueryTest
This application enables students in MSCS database classes to test their SQL queries. The program compares the
answer key to the students' queries. Textbook:
Database Systems: Designs, Implementation, and Management, 12th Edition
To use:
- Select the exercise/problem in the drop-list box.
- Enter your query into the text area.
- Click the "Run Text" button.
Results:
- Displays error message in case of syntax errors.
- Displays "Success" message if the student's query matches the answer key.
- Displays column and row counts.
- Displays message if the student's query doesn't match the output of the answer key.