Words of Wisdom:

"Your life is meaningless unless you have meaning to life." - Yh73090

Database

  • Date Submitted: 10/06/2010 06:25 AM
  • Flesch-Kincaid Score: 76.1 
  • Words: 325
  • Essay Grade: no grades
  • Report this Essay
School of Mathematics and Computer Applications
Data base management System PCA-302
Lab_Assignment:3

The Database

This assignment will use a database containing university-type data. The schema of the database is provided below (keys are in bold).

student (sid, sname, sex, age, year, gpa)
dept(dname, numphds)
prof(pname, dname)
course(cno, cname, dname)
major(dname, sid)
section(dname, cno, sectno, pname)
enroll(sid, grade, dname, cno, sectno)

Queries
Write SQL queries that answer the questions below (one query per question). The query answers should be duplicate free, but you should use distinct only when necessary.

1. Print the names of professors who work in departments that have fewer than 50 PhD students.

2. Print the name(s) of student(s) with the lowest gpa.

3. For each Computer Sciences class, print the cno, sectno, and the average gpa of the students enrolled in the class.

4. Print the names and section numbers of all classes with more than six students enrolled in them.

5. Print the name(s) and sid(s) of the student(s) enrolled in the most classes.

6. Print the names of departments that have one or more majors who are under 18 years old.

7. Print the names and majors of students who are taking one of the College Geometry courses.

8. For those departments that have no majors taking a College Geometry course, print the department name and the number of PhD students in the department.

9. Print the names of students who are taking both a Computer Sciences course and a Mathematics course.

10. Print the age difference between the oldest and youngest Computer Sciences major(s).

11. For each department that has one or more majors with a GPA under 1.0, print the name of the department and the average GPA of its majors.

12. Print the ids, names, and GPAs of the students who are currently taking all of the Civil Engineering courses.

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments