query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
How many courses were taught by a professor who is currently the member of faculty?
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
|
How many courses were taught by a professor who is currently the member of faculty?
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
How many courses were taught by a professor who is currently the member of faculty?
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
|
How many courses were taught by a professor who is currently the member of faculty?
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
advisor with ID 5 refers to p_id_dummy = 5
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
professor ID 297 refers to taughtBy.p_id = 297
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
students refers to student = 1 and ; undergoing the phase of pre-qualification refers to inPhase = 'Pre-Quals'; have advisors refers to advisedBy.p_id
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
|
Who are the top 5 professors who teaches the highest number of professional or master/undergraduate courses?
|
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'
|
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
students refers to student = 1 and ; undergoing the phase of pre-qualification refers to inPhase = 'Pre-Quals'; have advisors refers to advisedBy.p_id
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
high-level undergraduate course refers to courseLevel = 'Level_400'; percentage = divide(count(course.course_id) when courseLevel = 'Level_400', count(course.course_id)) * 100%
|
Please list the IDs of the professors that teaches more than 3 courses.
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to 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'
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
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 courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
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 are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
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 are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
How many courses are there for basic or medium undergraduate courses?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
students refers to student = 1 and ; undergoing the phase of pre-qualification refers to inPhase = 'Pre-Quals'; have advisors refers to advisedBy.p_id
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
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
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
professor ID 297 refers to taughtBy.p_id = 297
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
List the advisor IDs for students with eighth year of program and position status in faculty of those professors.
|
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
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
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
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
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
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
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
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
advisor 415 refers to p_id_dummy = 415
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
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)
|
Name the advisors for students in Year 3 of the program.
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
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 ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
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
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
|
List the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
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 the ID and years in program for students taught by advisor with ID 5.
|
advisor with ID 5 refers to p_id_dummy = 5
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
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 the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
List the professor ID who taught the course ID from 121 to 130 of basic undergraduate courses.
|
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
|
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
IDs of the advisors refers to p_id_dummy; in the 5th year of their program refers to yearsInProgram = 'Year_5'
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
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
|
Who are the professors who gave advice to students in the 12th years of program?
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
teachers refers to p_id_dummy; have advised more than 4 others refers to count(advisedBy.p_id) > 4
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses refers to count(course_id) > 3
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
advisor 415 refers to p_id_dummy = 415
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
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
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
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
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
|
Which level of courses is taught by professor ID 297?
|
professor ID 297 refers to taughtBy.p_id = 297
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
How many basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 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 basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
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
|
How many basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
|
How many basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
professor refers to professor = 1; member of faculty refers to hasPosition <> 0
|
How many basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
year 1 and year 2 students refers to yearsInProgram = 'Year_1' and yearsInProgram = 'Year_2' and student = 1
|
How many basic or medium undergraduate courses are taught by a professor?
|
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
|
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.