CourseInsights / test / resources / queries / valid / 1example.json
1example.json
Raw
{
	"title": "1example",
	"input": {
		"WHERE": {
			"IS": {
				"sections_uuid": "10942"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": false,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": [
		{
			"sections_dept": "arth",
			"sections_avg": 76.47
		}
	]
}