query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
List the person IDs and course levels of the affiliated professors in faculty.
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
professor ID refers to taughtBy.p_id; course ID from 121 to 130 of basic undergraduate courses refers to courseLevel = 'Level_300' and course.course_id between 121 and 130
|
List the person IDs and course levels of the affiliated professors in faculty.
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
professors refers to course.p_id; highest number of professional or master/undergraduate courses refers to max(count(course.course_id)) where courseLevel = 'Level_500'
|
List the person IDs and course levels of the affiliated professors in faculty.
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
List the person IDs and course levels of the affiliated professors in faculty.
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
students refers to student = 1 and ; undergoing the phase of pre-qualification refers to inPhase = 'Pre-Quals'; have advisors refers to advisedBy.p_id
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
advisor 415 refers to p_id_dummy = 415
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
|
How many professors teaches no more than two high-level or harder undergraduate courses?
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
professors refers to course.p_id; highest number of professional or master/undergraduate courses refers to max(count(course.course_id)) where courseLevel = 'Level_500'
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
advisor 415 refers to p_id_dummy = 415
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
Please list the IDs of the advisors of the students who are in the 5th year of their program.
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
high-level undergraduate course refers to courseLevel = 'Level_400'; percentage = divide(count(course.course_id) when courseLevel = 'Level_400', count(course.course_id)) * 100%
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
advisor 415 refers to p_id_dummy = 415
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
|
List down the advised student IDs and IDs of employing professor in faculty.
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
professor ID refers to taughtBy.p_id; course ID from 121 to 130 of basic undergraduate courses refers to courseLevel = 'Level_300' and course.course_id between 121 and 130
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
Which member of the faculty are teaching the most courses and what is his/her general course level?
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
students refers to student = 1 and ; undergoing the phase of pre-qualification refers to inPhase = 'Pre-Quals'; have advisors refers to advisedBy.p_id
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
course IDs and levels refers to course.course_id and courseLevel; person IDs from 40 to 50 refers to taughtBy.p_id between 40 and 50
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
professor ID 297 refers to taughtBy.p_id = 297
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
high-level undergraduate course refers to courseLevel = 'Level_400'; percentage = divide(count(course.course_id) when courseLevel = 'Level_400', count(course.course_id)) * 100%
|
How many advisors are in charge of advising all the students in 1st year?
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
professor ID 297 refers to taughtBy.p_id = 297
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
year 1 and year 2 students refers to yearsInProgram = 'Year_1' and yearsInProgram = 'Year_2' and student = 1
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
professors refers to professor = 1; students refers to student = 1; ratio = divide(count(person.p_id) when professor = 1, count(person.p_id) when student = 1)
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
How many courses were taught by more than 4 people?
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
advisor 415 refers to p_id_dummy = 415
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
|
How many teachers are faculty employees?
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
course IDs and levels refers to course.course_id and courseLevel; person IDs from 40 to 50 refers to taughtBy.p_id between 40 and 50
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
advisor 415 refers to p_id_dummy = 415
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
professors refers to taughtBy.p_id; high-level or harder undergraduate courses refers to courseLevel = 'Level_400' ; no more than two refers to count(taughtBy.course_id) < = 2
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
State the courses and level of courses by professors who are faculty employees.
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
professor ID 297 refers to taughtBy.p_id = 297
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
courses refers to course_id; advisors refers to p_id_dummy and taughtBy.p_id; student with ID 376 refers to advisedBy.p_id = 376
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
advisor IDs refers to p_id_dummy and person.p_id where professor = 1; eighth year of program refers to yearsInprogram = 'Year_8'; position status in faculty of those professors refers to hasPosition
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
course IDs and levels refers to course.course_id and courseLevel; person IDs from 40 to 50 refers to taughtBy.p_id between 40 and 50
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
Please list the levels of the all courses taught by teacher no.79.
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
more than 10 minutes to prepare refers to prep_min > 10; the most calories refers to MAX(calories)
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
slices refers to unit = 'slice(s)'
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
Apricot Yogurt Parfaits refers to title
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
cups is a unit; almonds is a name of an ingredient; chicken pocket sandwich refers to title
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
ingredient appeared the least in recipes refers to MIN(ingredient_id)
|
Name the recipes which can lead to constipation.
|
can lead to constipation refers to iron > 20
|
canned dairy is a category
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.