query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
In the state of Connecticut, what is the name of the instution with the highest percent rank for freshman retention percentage within the sector?
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
percent rank for median SAT value within sector refers to med_sat_percentile; over 500 graduates refers to grad_cohort > 500; in 2011 refers to year = 2011;
In the state of Connecticut, what is the name of the instution with the highest percent rank for freshman retention percentage within the sector?
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
In the state of Connecticut, what is the name of the instution with the highest percent rank for freshman retention percentage within the sector?
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
2-year refers to level = '2-year'; public refers to control = 'public'; California refers to state = 'California';
In the state of Connecticut, what is the name of the instution with the highest percent rank for freshman retention percentage within the sector?
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
In 2012 refers to year = 2012; Asian refers to race = 'A'; female refers to gender = 'F'; graduates refers to grad_cohort; seeking another type of degree or certificate at a 4-year institution refers to cohort = '4y other'; University of Alaska at Anchorage refers to chronname = 'University of Alaska at Anchorage';
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
Ivy League Schools refers to chronname = 'Brown University' or chronname = 'Columbia University' or chronname = 'Cornell University' or chronname = 'Dartmouth College' or chronname = 'Harvard University' or chronname = 'Princeton University' or chronname = 'University of Pennsylvania' or chronname = 'Yale University'; in 2013 refers to year = '2013'; highest number of Black students who graduated within 150 percent of normal/expected time refers to MAX(grad_150 WHERE race = 'B'); seeking a bachelor's/equivalent cohort at 4-year institutions refers to cohort = '4y bach';
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
Ivy League Schools refers to chronname = 'Brown University' or chronname = 'Columbia University' or chronname = 'Cornell University' or chronname = 'Dartmouth College' or chronname = 'Harvard University' or chronname = 'Princeton University' or chronname = 'University of Pennsylvania' or chronname = 'Yale University'; lowest state appropriations to higher education in fiscal year 2011 per resident refers to MIN(state_appr_value);
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
Mercer University refers to chronname = 'Mercer University';
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
public refers to control = 'Public'; over 30 students who graduated within 100 percent of normal/expected time refers to grad_100 > 30; in 2011 refers to year = 2011;
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
male refers to gender = 'M'; Hispanic students refers to race = 'H'; Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011; number of students who graduated within 100 percent of normal/expected time refers to grad_100;
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
name of the school refers to chronname; highest difference in the average completion rate for the national in which it belongs = MAX(SUBTRACT(awards_per_value, awards_per_natl_value)); state appropriations to higher education in fiscal year 2011 per resident to which the school belongs refers to state_appr_value;
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
names of the institutes refers to chronname; graduates refers to grad_cohort; grad_cohort > 500; in 2011 refers to year = 2011; all students refer to race = 'X'.
List down the states in 2011 with a national sector average of 20 and below.
in 2011 refers to year = '2011'; national sector average of 20 and below refers to awards_per_natl_value < 20;
median SAT value refers to med_sat_value; average = AVG(med_sat_value); male refers to gender = 'M'; graduate cohort refers to grad_cohort; most male graduate cohort refers to MAX(COUNT(grad_cohort WHERE gender = 'M')); in 2013 refers to year = 2013;
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
advisor 415 refers to p_id_dummy = 415
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
professor ID 297 refers to taughtBy.p_id = 297
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(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 professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
Which professor taught the least amount of courses?
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
courses refers to taughtBy.course_id; more than 4 people refers to count(taughtBy.p_id) > 4
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
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 basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
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 basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
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 professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
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
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
advisors refers to p_id_dummy; students in 1st year refers to student = 1 and yearsInProgram = 'Year_1'
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
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'
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
How many professors teaches basic or medium undergraduate courses?
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
professor ID 297 refers to taughtBy.p_id = 297
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
professor refers to professor = 1;  member of faculty refers to hasPosition <> 0
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
high-level undergraduate course refers to courseLevel = 'Level_400'; percentage = divide(count(course.course_id) when courseLevel = 'Level_400', count(course.course_id)) * 100%
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
advised student IDs refers to person.p_id; IDs of employing professor in faculty refers to p_id_dummy and hasPosition = 'Faculty_eme'
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
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
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_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
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_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
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
year 1 and year 2 students refers to yearsInProgram = 'Year_1' and yearsInProgram = 'Year_2' and student = 1
Provide the ID of professors who teach in both harder undergraduate course and master/graduate courses.
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
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
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
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)
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
teachers refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
advisor 415 refers to p_id_dummy = 415
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
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
What year in the program do the students with more than 2 advisors are in?
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year 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
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
advisor with ID 5 refers to p_id_dummy = 5
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
advisor 415 refers to p_id_dummy = 415
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.course_id
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_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
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
IDs of the professors refers to taughtBy.p_id and professor = 1; teaches more than 3 courses  refers to count(course_id) > 3
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
professors who are faculty employees refers to professor = 1; faculty employees refers to hasPosition = 'Faculty_eme'
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
faculty affiliated professor refers to professor = 1 and hasPosition = 'Faculty_aff'; professional or master/undergraduate courses refers to courseLevel = 'Level_500'
Among the students being advised by Advisor 5, how many students are in the 5th year?
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147
What is the ratio of professors and students?
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)
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
What is the ratio of professors and students?
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)
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
What is the ratio of professors and students?
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)
advisor 415 refers to p_id_dummy = 415
What is the ratio of professors and students?
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)
professional or master/undergraduate courses refers to courseLevel = 'Level_500'; average number = divide(count(taughtBy.course_id), count(taughtBy.p_id))
What is the ratio of professors and students?
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)
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
What is the ratio of professors and students?
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)
faculty employees refers to hasPosition = 'Faculty_eme'; basic or medium undergraduate course refers to courseLevel = 'Level_300'
What is the ratio of professors and students?
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)
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
What is the ratio of professors and students?
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)
harder undergraduate course refers to courseLevel = 'Level_400'; master/graduate courses refers to courseLevel = 'Level_500'; ID of professors refers to taughtBy.p_id
What is the ratio of professors and students?
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)
course 165 refers to course_id = 165; professors refers to taughtBy.p_id
What is the ratio of professors and students?
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)
Advisor 5 refers to p_id_dummy = 5; are in the 5th year refers to yearsInProgram = 'Year_5'
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
member of the faculty refers to hasPosition <> 0, most courses refers to max(count(course.course_id))
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
students refers to advisedBy.p_id; advisor refers to p_id_dummy; average number = avg(count(advisedBy.p_id))
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
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
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
students refers to student = 1; more than 2 advisors refers to count(p_id_dummy) > 2
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
professor refers to taughtBy.p_id; least amount of courses refers to min(count(course_id))
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
advisor 415 refers to p_id_dummy = 415
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
levels of the all courses refers to courseLevel; teacher no.79 refers to taughtBy.p_id = 79
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
person ID refers to person.p_id; faculty professor refers to professor = 1 and hasPosition ! = 0
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
high-level undergraduate course refers to courseLevel = 'Level_400'; percentage = divide(count(course.course_id) when courseLevel = 'Level_400', count(course.course_id)) * 100%
What is the level of the course with the most number of teachers?
level of the course refers to courseLevel; course with most number of teachers refers to course_id = max(count(taughtBy.p_id))
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
How many professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.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 professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.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 professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
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
How many professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
person IDs refers to person.p_id; affiliated professors in faculty refers to professor = 1 and hasPosition = 'Faculty_aff'
How many professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
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 professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
How many professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
professors refers to taughtBy.p_id; basic or medium undergraduate courses refers to couresLevel = 'Level_300'
How many professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.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 professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.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 professors are teaching course ID 18?
professors refers to taughtBy.p_id; course ID 18 refers to taughtBy.course_id
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; professor refers to professor = 1
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
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 a professor who is currently the member of faculty?
professor refers to professor = 1;  member of faculty refers to hasPosition <> 0
advisors refers to p_id_dummy; students in Year 3 of the program refers to yearsInProgram = 'Year_3'
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
basic or medium undergraduate courses refers to courseLevel = 'Level_300'; courses refers to course.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
professors refers to p_id_dummy; 12th years of program refers to yearsInProgram = 'Year_12'
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
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 were taught by a professor who is currently the member of faculty?
professor refers to professor = 1;  member of faculty refers to hasPosition <> 0
person IDs refers to taughtBy.p_id; course ID of 147 refers to course.course_id = 147