Question: Question 1 : Based on the following information, draw an ER model in the 3 rd Normal form using Visio. Copy and paste your ER
Question :
Based on the following information, draw an ER model in the rd Normal form using Visio. Copy and paste your ER Model from Visio to your MS Word answer document.
A Painter might paint many Paintings. To be considered a Painter, the Painter must have painted at least one Painting. Each Painting is Painted by one and only one Painter. A Painting might or might not be exhibited in a Gallery; that is Gallery is an optional entity to the Painting entity. An Art Connoisseur may buy multiple paintings or may not buy any. Further, the Gallery is managed by several Managers while a Manager is incharge of multiple Galleries. Note: For each entity, include at least attributes.
Based on rd Normal Form of your ER Model, implement the Database Model in the SQL Server SRVBISQL using MSSQL DDL commands. In your response, provide the SQL code you have used to implement the model. Include at least rows of relevant data for each table using appropriate SQL commands. Provide screenshots of all tables in your Database Model with data points
Question :
Design an ER Model in the rd Normal Form for a University Management System. The system should track information about students, courses, professors, departments, and enrollments. Copy and paste your ER Model from Visio to your MS Word answer document
Based on this ER model in the rd Normal Form above, develop a database model using DDL commands in MSSQL and implement it in the SQL Server SRVBISQL Then using the data provided for each table see below insert the corresponding data into each table of your database. Provide the code and the screenshots of all tables with the data in your MS Word answer document.
For the queries below provide screenshots along with the code in your MS word response document
a List the students who have not enrolled in any course. Include their names and student IDs. pts
b Find out the average grade for each course. Display the course name and its average grade. pts
c Write a query to find the students who have not enrolled in any course offered by Professor Dr Smith. Display the student name and ID pts
d Write a query to find the students who have the highest grade in each department. Display the student name, department name, and the grade. If there are multiple students with the highest grade in a department, include all of them. pts
e Write a query to list the courses that have at least one student with a grade of A and at least one student with a grade of B Display the course name and the department name. pts
f Find the students who have the highest grade in each course. Display the student name, course name, and the grade. pts
g Write a query to display the courses with enrollment counts greater than the average enrollment count. Display the course name and the number of students enrolled in each course. pts
Following are the data corresponding to the tables in the Database.Following are the data corresponding to the tables in the Database.
STUDENT
COURSE:
PROFESSOR:DEPARTMENT:
ENROLLMENT:Following are the data corresponding to the tables in the Database.
STUDENT
COURSE:
PROFESSOR:
DEPARTMENT:
ENROLLMENT:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
