讲解:CSCI 2141、SQL、Database System、SQLPython| Statist

CSCI 2141: ASSIGNMENT-4Given: November 20th, 2018Due: December 4th, 2018 (midnight)Objective:With this assignment, you will put together all the different parts of the database design andimplementation life cycle and create a 3-Tier Database System. So, let’s start JQuestions:1) Design a relational database schema for a database application of your choice. (45% - break down isbelow)a) State and describe your requirements, i.e. business rules for the application you choose. Youmay explore a similar existing system to come up with a list of requirements for your databaseand its front-end application. You may also use one of the databases you designed in theprevious assignments as your starting point. (5%)b) Design and draw your Entity – Relationship Diagrams using MySql Workbench / MicrosoftWord / yEd / or any other drawing tool of your choice. (5%)c) Design and declare your relational data model using SQL (10% - break down is below)(1) Minimum 3 relations (tables) (2%)(2) Minimum 3 attributes per table (2%)(3) Minimum 10 records per table (6%)d) Normalize your database design to the level of 3NF: Use either a top-down or a bottom-upapproach (10%)e) The logical model of your database application should include: (15% - breakdown is below)(1) Minimum one INSERT, one DELETE, one UPDATE query (3%)(2) Minimum three SELECT queries (3%)(3) Minimum one JOIN, one GROW BY, one VIEW query (3%)(4) Minimum one Trigger (3%)(5) Minimum one Stored Procedure (3%)2) Implement / Develop the physical model of your database application using MySql Workbench.Your MySQL code is the third tier (backend data tier) of your 3-Tier architecture. (25%)3) The business logic forms the application tier, which is the second tier of your 3-Tier architecture.The application tier takes the information from the presentation tier and queries the data tier(backend). (20%)4) The first tier of your 3-Tier architecture is the presentation tier which enables the client/user tCSCI 2141作业代做、代写SQL课程设计、代做Database System作业、SQL语言程序作业代写 代做Pyoaccess the database. This user interface could be a form to fill in, or a field to choose etc. dependingon your application and design. (10%)Total: 100%**Both for the first tier and the second tier, you can use any programming / scripting language ofyour choice to develop the user interface which forms the client access.2An Example for a 3-Tier System:Imagine that you are designing a 3-Tier database system for a company selling different gift items. Inthis case, the first tier (presentation tier) could be a user interface where the user chooses the categoryof gift items such as books or CDs, gift wrapped or not etc. Then in the second tier (application tier),your application could let the user do any SQL operation only on the tables related to books if the userchooses books, or only CDs if the user chooses CDs. As for the third tier (data tier), you have yourtables, attributes, records, triggers etc. all implemented on the MySQL database on Bluenose.Submitting your assignment:Please submit the following on Brightspace on the due date of the assignment before midnight:1. Your report for question-1.2. Your MySql Workbench code for question-2.3. Your application code / script for question-3.4. Your user interface code / script for question-4.Please do not forget to write your Name, B-Number and your e-mail address on the first page of theassignment report / code you will submit.If you plan to use one (or more) of your budget days for this assignment, please read the “AssignmentLate Policy” section on the Class Syllabus document and e-mail our TA ([email protected])accordingly.If you are submitting late, you will still submit using Brightspace. However, please note that noassignment submissions will be accepted after December 9th, 2018 midnight!Finally, please remember that if you have used all your budget days then “Late Policy” will apply.If you have any questions, please see me, preferably earlier thanthe day before the assignment is due 转自:http://ass.3daixie.com/2018120769113934.html

你可能感兴趣的:(讲解:CSCI 2141、SQL、Database System、SQLPython| Statist)