Hi to all,
I am working with student performance data by school district for grade 3-8. The data is both for English and math.
The data came to me in one complete table. I had to break it out by school district, type of test, english or math, and then by grade level. So I have 6 tables for english and six for math, all linked by school district.
I then run a query that allows the user to select a school district and the query pulls in demographic data, risk indicators, and grade 3-8 english and math data.
My question is about performace. Should I run the query each time that pulls the english and math data or create a table with all the data by school district for all grades?
Thanks,
TC
I am working with student performance data by school district for grade 3-8. The data is both for English and math.
The data came to me in one complete table. I had to break it out by school district, type of test, english or math, and then by grade level. So I have 6 tables for english and six for math, all linked by school district.
I then run a query that allows the user to select a school district and the query pulls in demographic data, risk indicators, and grade 3-8 english and math data.
My question is about performace. Should I run the query each time that pulls the english and math data or create a table with all the data by school district for all grades?
Thanks,
TC