I’ve finished all of my assignments this semester but one… my Database Fundamentals final.
I feel like Tantalus sitting behind a keyboard. The exam is three printed pages (now covered with scribbles and notes), I have two pages (college ruled, covered front and back) of notes, flowcharts and doodles, and fourteen pages of answers, written out and ready to type up.
Nineteen pages of stuff… this is the longest test I’ve ever had. The worst part is that one question (Section 1, Question 2- 15 points) covers Figure 4.7 (page 27/32). We didn’t cover that in class, and when asked, the professor gave us the page number for Figure 7.5. Figure 7.5 is the answer for the question, worked out and ready to go…
And the sad thing is I’m trying to figure out if the man’s playing mind games with us. He said “try your best,” does that mean here’s the answer, or does that mean here’s your fast track to a F, or what?
The most frightening ten words in the English language are not “I’m from the government, and I’m here to help you,” they’re “map this Enhanced Entity-Relationship diagram specialization lattice with multiple inheritances.”
select count(problems), severity
from classwork
where problems = ‘headache’
having severity >= 3
group by severity desc;
If I never see SQL code again in my life, I will be thankful.
Edit: final came out to be 17 typed pages. And I have no idea if Sect 1 Q2 is what the prof wanted. This simply reinforces my hate of databases.