- Support
- Script
- Exercises
Support
SQLite3 Guide
Script
Download Script Here
Exercises
- List the students in the database. (num, name)
- In which courses did the student with number 4 enrolled? (ref, year, name)
- In which courses did Michael enroll? (ref, year, name)
- How many students are enrolled in the 2007 edition of the SINF course? (total)
- What was the average grade in the first exam of the 2008 edition of the SINF course? (average)
- Which students went to the first SINF exam but did not go to the second one in 2007? (num, name)
- Which students scored higher in the second exam than in the first one in the 2007 edition of the SINF course? (num, name)
- For each course, list the average grade of both exams in all editions. (ref, name, average1, average2)
- For each course and year, list the average grade of both exams. (ref, name, year, average1, average2)
- What was the higher grade, considering both exams, obtained in the SINF course? (grade)
- Who got that grade? (num, name)
Similarity determined via Jaccard similarity between this page's tags and the tags of every other page in this website.