Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Now as part of your project in response to the requirements presented above, you are required to: I. ( 4 0 points ) Conceptual Modeling:
Now as part of your project in response to the requirements presented above, you are required to:
I. points Conceptual Modeling: Create a conceptual model for the above requirements using the ER Model Specify your relationship types or EER model. You can use drawing tools to create your ER models.
II points Logical Modeling: Convert your ER model or EER model to a relational model.
III. points Specify all the functional dependencies that you have in your relation model above. Next, normalize your relations to BCNF
IV points Database Implementation: Based on the normalized database relations above, create the following SQL queries.
Write SQL queries to create the NSS database and all your relations for the database. Add primary keys for your relations and foreign keys where necessary and all other necessary integrity constraints.
Write queries that insert or more records in all your relations you have created above.
Write simple select statements that retrieve records from the tables without any condition. Select statement per table
Write simple select statement that retrieves records from all the tables using some simple condition. Select statement per table
Write advanced select statements that select data from two or more of your tables. You can use exists, and, join etc.
Write a query that retrieves students who have all A letter grades.
Write a query to retrieve the names of students who have not taken more than courses.
Write update statements that update certain records based on some conditions.
Write statements that delete a record from a table based on some condition.
Write a query to retrieve the names of students who were caught cheating in at least one course.
Write a query to retrieve the names of instructors who have reported most cheating incidents.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started