Create the following tables student sid sname sex age year


Create the following tables: student (sid, sname, sex, age, year, gpa) dept (dname, numphds) prof (pname, dname) course (dname, cno, cname) major (dname, sid) section (dname, cno, sectno, pname) enroll (sid, dname, cno, sectno, grade) Queries-

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

2. Print the names of the students with the lowest GPA.

3. For each Computer Sciences class, print the class number, section number, 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 major 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 the youngest Computer sciences major.

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 the Civil Engineering courses.

Solution Preview :

Prepared by a verified Expert
Database Management System: Create the following tables student sid sname sex age year
Reference No:- TGS01211542

Now Priced at $40 (50% Discount)

Recommended (90%)

Rated (4.3/5)

A

Anonymous user

3/3/2016 4:32:07 AM

In the following task, you have to create tables by using the following queries: Prepare the given tables: student (sid, sname, sex, age, year, gpa); dept (dname, numphds); prof (pname, dname); course (dname, cno, cname); major (dname, sid); section (dname, cno, sectno, pname); enroll (sid, dname, cno, sectno, grade) Queries: 1) Print the names of professors who work in departments which encompass fewer than 50 PhD students. 2) Print the names of students having lowest GPA. 3) For each and every Computer Sciences class, print the class number, section number and average gpa of students enrolled in class. 4) Print the names and section numbers of each and every class having more than 6 students enrolled in them. 5) Print the name(s) and sid(s) of student(s) enrolled in nearly all classes. 6) Print the names of departments that encompass one or more majors who are below 18 years old.