Create a query that prompts for the professors name

Assignment Help Database Management System
Reference no: EM132110195

Project report 4 on the Windows application of the project. For this part of the project, you will need to incorporate all the ACCESS tables and queries into a Windows application. This report should include the design view, the code view and the execution view of each Windows form in the Windows application for the project. If a Windows form displays the query, give the SQL statement view or the Query Builder view of the query.

Problem Description

Preparing course timetables is an important and difficult task for academic institutions. Given (a) a list of courses offered that semester, (b) a list of faculty members, (c) a list of students registered for the courses, (d) a list of classrooms available, and (e) a list of periods in a week, the task is to prepare a timetable for the current semester.

To make this task easier, the timetable from the previous year/semester will be taken as an input. If there are no changes, the same timetable can be used. Possible changes should be identified and it should be ensured that they would not cause any conflicts.

For example, if the number of students taking a course changes, this may force a change in the classroom assigned due to room capacity; if the instructor of a course changes, this may also cause a conflict in that instructor's weekly schedule.

The courses are grouped by college and department, and within a department they are grouped into four different levels (i.e., courses offered to freshmen, ..., seniors). In a semester, a group of students follows a set of courses and hence these courses must be assigned to different time periods. The business rules to be followed in building a course timetable are identified as follows:

All courses must be assigned to the required number of periods.

An instructor cannot be assigned to more than one course in a period.

Courses belonging to the same group cannot be assigned to the same time period.

A course can only be assigned to an available room in a period if the number of students taking that course is at least 75% and at most 105% of room capacity.

The number of courses assigned in a particular period cannot be greater than the number of rooms available.

Database Design

The following are the main entity types of the academic institution database. For each entity type, we provide some of the corresponding attributes.

Use this information in order to: (a) Build an Enhanced E-R diagram; (b) Transform the Enhanced E-R diagram to a relational database.

Identify the primary key(s) and the foreign key(s) for each relation. Draw the relational integrality constraints; (c) For each of the relations created, indicate its normal form. If the relation is not in the 3NF, decompose it into 3NF relations.

Instructor: The main attributes are identification number, name, address, name of the department and college s/he is working for, area of specialty, etc.

Course: The main attributes are course number, name, prerequisites, number of credit hours, group of courses it belongs to, etc.

Student: The main attributes are identification number, name, address, birthday, gender, department and college s/he is in, etc.

Classroom: The main attributes are room number, name of the building, capacity, and description of any special feature (for example, media equipment, computers, video, etc.).

Period: The main attributes are period number, start time, and end time.

Assignment: This is an associative entity. Its attributes are number of students taking a particular course taught by a particular professor during a particular time period.

Note that the relation between students and courses is a many-to-many relationship. Students get a grade for each course they take.

Access Application Development

The following are some of the queries, forms, and reports that students can create in order to increase the functionality of the database:

Queries:

We already mentioned that the timetable from the previous year/semester is taken as an input in building the current semester's timetable.

The schedule would change in the following cases:

(a) A professor prefers to teach in a different classroom in a different time period;

(b) A professor is offering a new class;

(c) The number of students registered for the class is bigger than classroom capacity; etc. The following queries facilitate the process of updating the course timetable.

Professors are interested to know their weekly schedule. Create a query that prompts for the professors' name and returns their weekly schedule.

Create a query that prompts for students' identification numbers and returns their timetables for the current semester.

Create a query that prompts for the name of a course and returns its current schedule.

For each course offered in the current semester, present the total number of students registered, the classroom capacity, and the classroom description. This query will help to identify possible changes to the timetable due to the class capacity or equipment (computers, video, etc.) availability.

Every semester there are a number of new courses offered that have to be assigned to a period/room.

List all the courses offered for the first time.

List the eligible periods/classrooms for an unassigned course. This list should adhere to all the business rules given above.

For each time period, list the addresses of the classrooms that are available. This list will be given to the professors. In the case that professors do not like their current schedules, they can re-allocate the class in one of the available period/classroom combinations.

Create a query that prompts for the name of a department and course level (freshmen, ..., senior) and returns the timetable of the courses for this particular group. The results from this query are used to check whether the courses belonging to this particular group are assigned to the same class period.

Please provide a code to use with visual studio

Reference no: EM132110195

Questions Cloud

Create a blank sheet where you can enter your circuit : Create a blank sheet where you can enter your circuit. The "iDoc circuit should output according to the following formula.
Create a client-server connection using java code : Create a client-server connection using Java code that we've practiced in the Activities this semester.
Forensic challenges of umapolophous encryption : CSI6116 Network Security - Edith Cowan University - The forensic challenges of umapolophous encryption - What challenges stakeholders face due to offensive
Describe how you automated the process : Understanding Digital Revolution Parchment Basement Assignment, Federation University. Describe how you automated the process (approx 150 words)
Create a query that prompts for the professors name : Create a query that prompts for the name of a department and course level and returns the timetable of the courses for this particular group
Do you think sqa plan is just busy work : What is your opinion about SQA plan, do you think SQA plan is just busy work, or does it really pay off?
Consider how to resolve a collision : In other words, instead of storing Person objects in a binary search tree, the PhoneBook class will store these Person objects in a hash table.
Determine sets of prices which meet the objectives : ITECH1100 Understanding the Digital Revolution Assignment - Parchment Basement, Federation University Australia. Determine sets of prices which meet objectives
Create an application for online shopping : When the user selects to purchase an item, the user will be prompted for the quantity to buy. Create an application for online shopping.

Reviews

Write a Review

Database Management System Questions & Answers

  Create database schema that supports the companys processes

Create a database schema that supports the company's business and processes. Create database tables with appropriate field-naming conventions. Then, identify primary keys and foreign keys.

  Draw an ER diagram for your proposed database

Describe the situation. Your description should be brief and relatively informal. If there are any unique or particularly difficult aspects of your proposed application

  How you would configure the redo log files

Advanced Database Administration (COMP 0343) Evaluate requirements and select appropriate parameters to ensure effective storage management in a database system

  Create a crow foot erd for the prodco company

Create a Crow's Foot ERD to include the following business rules for the ProdCo company: Each sales representative writes many invoices.

  Review the information currently housed in huffman trucking

Create table design metadata specifications in a Microsoft® Excel® spreadsheet based on your ERD. Indicate primary keys, foreign keys, and new attributes as in the entity relationship diagram.

  Analyze how the verify method can be used to plan out system

Analyze how the verify method can be used to plan out system effectively and ensure that the number of transactions do not produce record-level locking.

  Convert the ERD into a database schema

Actg/IDS 475 Final Project GCI, Inc. Revenue Cycle. Convert the ERD into a database schema and make sure it is normalized. Do a strict conversion

  Create and edits screen through which you can edit

Create a table named tbl_Security_Level with fields fld_Sch_Num_PK (autonumber is fine), fld_Sch_description (text 15). Alter your existing tbl_Empoyees so that a FK field for the foreign is added (join compatible with the preceeding fld_Sch_Num_PK..

  Write a reflective essay regarding the systems development

Write a reflective essay regarding the systems development environment and the sources of software. This assignment covers Course Objective 5.

  Retrieve the branch number and units

Create a view named BOOK_INVENTORY. It consists of the branch number and the total number of books on hand for each branch. Use Units as the name of the count of books on hand. Group and order the rows by branch number. Use the view to retrieve th..

  Researchers wanted to explore self-esteem in adolescent

researchers wanted to explore self-esteem in adolescent boys and adolescent girls. each respondent completed a 10-item

  Write two programs which will work with a structure

Write two programs which will work with a structure. a) The first program will use a structure to store the following inventory data in a file: Item Description Quantity on Hand Wholesale Cost Retail Cost Date Added to Inventory.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd