Mis582 Database Concept

Submitted by: Submitted by

Views: 10

Words: 541

Pages: 3

Category: Science and Technology

Date Submitted: 12/16/2015 10:09 PM

Report This Essay

MIS582 COURSE PROJECT

The Course Project will consist of three tasks, each worth 50 points due in Weeks 2, 4, and 6. Successful completion of the iLabs will help you in completing the project tasks.

Week 2: Task1: SQL Queries Using MySQL (50 Points)

Using the same tables that you created by running the script file provided in Doc Sharing for iLab1, write the following 10 queries each worth 5 points.

Name | Task |

Query1 | Write a SQL statement to display the course numbers of classes taught by Hammett Glenn. |

Query2 | Write a SQL statement to display the course names of the courses taught by an instructor whose id is 415. |

Query3 | Write a query to display the name and office number of all instructors who teach Psy101.(USE NATURAL JOIN) |

Query4 | Write a query to display the semester and the number of courses offered in that semester. Display only the semesters that offer more than five courses. |

Query5 | Write a SQL statement to display the name of each campus and the total number of rooms in that campus. |

Query6 | Write a SQL statement to display the list of instructors who are approved as well as those who are not approved. (OUTER JOIN) |

Query7 | Write a SQL statement to display the start date and start time of all classes taught by instructor Hammett Glenn. |

Query8 | Write a SQL statement to display the number of students in each major with a status of failing. |

Query9 | Write a SQL statement to display the credit hours of all courses that Hammett Glenn is approved to teach. |

Query10 | Get the campus name and phone number of all rooms with numbers greater than 25. |

Deliverables

Create and save your SQL queries and script in a text file named Lastname_Task1_SQL_Script.sql.

Capture the output and paste it into Word Document. Save it as Lastname_Task1_SQL_Result.txt.

When you are done, submit your documents zipped together in a single file to the Week 2: Course Project Week 2 Task 1 Dropbox.

Rubrics...