CourseInsights / test / resources / queries / valid / simpleInstr.json
simpleInstr.json
Raw
{
	"title": "simpleInstr",
	"input": {
		"WHERE": {
			"IS": {
				"sections_instructor": "nick*"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_instructor"
			],
			"ORDER": "sections_instructor"
		}
	},
	"errorExpected": false,
	"orderExpected": true,
	"orderBy": "sections_instructor",
	"expected": [
		{
			"sections_dept": "relg",
			"sections_instructor": "nickel, gordon"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "sowk",
			"sections_instructor": "nickel, wayne"
		},
		{
			"sections_dept": "epse",
			"sections_instructor": "nicks, david"
		},
		{
			"sections_dept": "epse",
			"sections_instructor": "nicks, david"
		},
		{
			"sections_dept": "epse",
			"sections_instructor": "nicks, david"
		},
		{
			"sections_dept": "epse",
			"sections_instructor": "nicks, david"
		},
		{
			"sections_dept": "epse",
			"sections_instructor": "nicks, david"
		}
	]
}