Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Overview You work for My Favorite University and have been tasked with designing and developing the portion of the database needed to support the Student Information & Schedule application form below....

1 answer below »

Overview
You work for My Favorite University and have been tasked with designing and developing the portion of the database needed to support the Student Information & Schedule application form below. The database must include student biographic, academic and class schedule data. Multiple entities are required and all data elements on the form must be included in the database. Apply the appropriate database design techniques covered this semester. Use appropriate data definitions for each data element and identify all necessary keys.

Use the MS Access database (ITEC315_Project.accdb) provided to get started (includes several tables with some data). Add any additional table(s) necessary to support the application form. Create SQL command/procedure queries to create the STUDENT table, add 2 records to the STUDENT table, and modify a record in the STUDENT table. In addition, create a Select query to provide all data necessary for the Student Details and Academic sections of form below.

Requirements

  1. UseVisio to create a fully attributed ER diagram(Crowfeet notation) to represent the database model. Be sure to include all entities, attributes, relationships and connectivities.

  2. Using the attached MS Access database,create and save the SQL command/procedure query to create the STUDENT table. Name the queryCreateStudent.Be sure to include all necessary attributes with appropriate data types and appropriate keys (primary and foreign).

  3. Create and save the SQL command/procedure query to delete the entire STUDENT table.Name the queryDropStudent.

  4. Create and save the SQL command/procedure query to add a recordforMary C. Alexandarto the STUDENT table–include all appropriate data with appropriate data types from the form above. Name the queryAddStudent.

  5. Create and save the SQL command/procedure query to add a recordforMaria Cinarosto the STUDENT table–include all appropriate data (see data below) with appropriate data types from the form above. Name the queryAddStudent2.

    ID = XXXXXXXXXX
    Maria Cisnaros
    854 Burke Ave
    Towson, MD XXXXXXXXXX2041 9/23/1996

    Male
    Major = Biology
    Minor = Sociology
    Advisor = Dr. Juan Issenberg GPA = 3.22
    Units = 54

  6. Create and save the SQL command/procedure query to modify Mary C. Alexandar’srecordin the STUDENT table. Name the queryUpdateStudent.Update her address and phone to be:

    387 Chesapeake Ave Towson, MD XXXXXXXXXX5254

  7. Create and save a Select queryto provide all data necessary for the Student Details and Academic sections of form above forMary Alexandar only. Name the querySelectStudentInfo. Note you will need to Join several of the tables to include all the information.

Submission

Submit two files via BlackBoard Assignments–(1) the final MS Access database (ITEC315_Project.accdb) and (2) the Visio ER diagram (ITEC315_Project.vsd). No other files or formats will be accepted!

Grading Rubric

Component

Possible Points

Earned Points

1. Creation of afully attributed ER diagram(Crowfeet notation) database model. Includes all appropriate entities, attributes, relationships and connectivities.

10

2. Creation of an SQL command/procedure query to create the STUDENT table. Query is namedCreateStudentand includes all necessary attributes with appropriate data types and appropriate keys (primary and foreign).

10

3. Creation of an SQL command/procedure query todelete the entire STUDENT table.Query is namedDropStudent.

5

4. Creation of an SQL command/procedure query to add a record forMary C. Alexandarto the STUDENT table. Query is namedAddStudentand includes all appropriate data with appropriate data types from form.

5

5. Creation of an SQL command/procedure query to add a record for Juan Cisnaros to the STUDENT table. Query is namedAddStudent2and includes all appropriate data with appropriate data types from form.

5

6. Creation of an SQL command/procedure query to modifyMary Alexandar’srecord in the STUDENT table. Query is namedUpdateStudent.Address and phone are updated properly.

5

7.Creation of Select querytoprovide all data necessaryfor the Student Details and Academic sections of the form above forMary Alexandar only(should include multiple inner joins). Query is namedSelectStudentInfoand includes all necessary data. Note you will need to Join several of the tables to include all the information.

10

Total

50

Extra Credit

For 5 extra credit points, create and save a Select querytoprovide all data necessaryforthe Student Schedule section of form aboveforMary Alexandar only.Name the querySelectStudentScheduleand be sure to include all necessary schedule data.

Answered Same Day Jun 30, 2021

Solution

Neha answered on Jul 07 2021
148 Votes
61276 - student access/61276.vsdx
Enroll
Schedule
Gende
Majo
Student
Faculty
Mino
Course
StudentId
int
FK
PK
SemesterCode
int
FK
PK
CourseCode
int
FK
PK
CourseSection
int
FK
PK
SemesterCode
int
FK
PK
Day
int
FK
PK
Time
int
FK
PK
CourseCode
int
FK
PK
CourseSection
int
FK
PK
SessionNum
int
FK
PK
Location
int
FK
PK
M1
M2
M3
M4
M1
M2
M3
M4
M1
M2
M3
M4
GenderCode
int
FK
PK
GenderDescription
int
FK
PK
MajorCode
int
FK
PK
Description
int
FK
PK
TotalUnitsRequired
int
FK
PK
StudentId
int
FK
PK
FullName
int
FK
PK
Phone
int
FK
PK
Address
int
FK
PK
Email
int
FK
PK
DOB
int
FK
PK
Gende
int
FK
PK
Majo
int
FK
PK
Mino
int
FK
PK
Adviso
int
FK
PK
Unit
int
FK
PK
GPA
int
FK
PK
ProgramDirecto
int
FK
PK
M1
M2
M3
M4
M1
M2
M3
M4
ID
int
FK
PK
FirstName
int
FK
PK
MiddelInit
int
FK
PK
LastName
int
FK
PK
DisplayName
int
FK
PK
Department
int
FK
PK
Gende
int
FK
PK
HIre_Date
int
FK
PK
M1
M2
M3
M4
MajorCode
int
FK
PK
Decsription
int
FK
PK
TotalUnitsRequired
int
FK
PK
M1
M2
M3
M4
CourseCode
int
FK
PK
Description
int
FK
PK
Units
int
FK
PK
M1
M2
M3
M4
61276 - student access/itec315project2.accd
        CourseCode        Description        Units
        BIOL101        Introduction to Biology        4.0
        CHEM110        Introduction to Chemistry        4.0
        COSC109        Computers & Creativity        3.0
        EDUC337        Classroom Management        3.0
        ENGL317        Writing for Business & Industry        3.0
        HCM207        Healthcare in the US        0.0
        ITEC315        Data & Information Management        3.0
        ITEC325        System Administration        3.0
        MATH115        Pre-Calculus        3.0
        MATH231        Basic...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here