Assignment 5: Tour Operator Agency DatabaseThe Strayer Oracle Server may be used to test and compile the SQL Queries developed for this assignment. Your instructor will provide you with login credentials to a Strayer University maintained Oracle server.A multinational tour operator agency has gained new business growth in the North American market through the use of social media. Its operation has expanded by 50% within six months and the agency requires an enhanced data management strategy to sustain their business operations. Their existing data repository for its reservation processing system is limited in business intelligence and reporting functionalities. The tour operator seeks a database management specialist to assist them in leveraging their data sources to enable them to forecast and project tour sales appropriately.Imagine that you have been hired to fulfill their need of enhancing the data repository for their current reservation processing system. Upon reviewing the system, you find that the data structure holds redundant data and that this structure lacks normalization. The database has the following characteristics:A table that stores all the salespersons. The table holds their employee id, first name, last name and “Tours sold” field. The “Tours sold” field is updated manually.A table that stores tour customer data and tours sold. The table holds customer name, address, city, state, zip code, tour(s) selected, number of persons in tour, and total amount paid. The current structure will show the customer more than once, if the customer books multiple tours.A tour table that is used as a tour rate sheet which holds the tours offered and the cost per person. Tour rates vary every three (3) months depending on the tourist season.Write a three to four (3-4) page paper in which you propose an enhanced database management strategy. Your proposal should include the following:Design a data model that will conform to the following criteria:Propose an efficient data structure that may hold the tour operator’s data using a normalization process. Describe each step of the process that will enable you to have a 2nd Normal Form data structure.Create naming conventions for each entity and attributes.Conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables. You may make use of graphical tools with which you are familiar. Note: The graphically depicted solution is not included in the required page length.Construct a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Provide a copy of your working code as part of the paper.Using the salesperson table described in the summary above, complete the following:Construct a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).Create a query that can produce results that show the quantity of customers each salesperson has sold tours to. Support the reasoning behind using stored procedures within the database as an optimization process for the database transactions.Your assignment must follow these formatting requirements:Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.Include charts or diagrams created in any chart or drawing tool with which you are familiar. The completed diagrams / charts must be imported into the Word document before the paper is submitted.The specific course learning outcomes associated with this assignment are:Explain the fundamentals of how data is physically stored and accessed.Compose conceptual data modeling techniques that capture information requirements.Design a relational database so that it is at least in 3NF.Prepare database design documents using the data definition, data manipulation, and data control language components of the SQL language.Use technology and information resources to research issues in the strategic implications and management of database systems.Write clearly and concisely about topics related to the strategic planning for database systems using proper writing mechanics and technical style conventions.Points: 90Assignment 5: Tour Operator Agency DatabaseCriteriaUnacceptableBelow 70% FFair70-79% CProficient80-89% BExemplary90-100% A1a. Design a data model that will propose an efficient data structure that may hold the tour operator’s data using a normalization process. Describe each step of the process that will enable you to have a 2nd Normal Form data structure.Weight: 10%Did not submit or incompletely designed a data model that will propose an efficient data structure that may hold the tour operator’ s data using a normalization process. Did not submit or incompletely described each step of the process that will enable you to have a 2nd Normal Form data structure.Partially designed a data model that will propose an efficient data structure that may hold the tour operator’s data using a normalization process. Partially described each step of the process that will enable you to have a 2nd Normal Form data structure.Satisfactorily designed a data model that will propose an efficient data structure that may hold the tour operator’s data using a normalization process. Satisfactorily described each step of the process that will enable you to have a 2nd Normal Form data structure.Thoroughly designed a data model that will propose an efficient data structure that may hold the tour operator’s data using a normalization process. Thoroughly described each step of the process that will enable you to have a 2nd Normal Form data structure.1b. Design a data model that will create naming conventions for each entity and attributes.Weight: 10%Did not submit or incompletely designed a data model that will create naming conventions for each entity and attributes.Partially designed a data model that will create naming conventions for each entity and attributes.Satisfactorily designed a data model that will create naming conventions for each entity and attributes.Thoroughly designed a data model that will create naming conventions for each entity and attributes.1c. Design a data model that will conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables.Weight: 10%Did not submit or incompletely designed a data model that will conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables.Partially designed a data model that will conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables.Satisfactorily designed a data model that will conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables.Thoroughly designed a data model that will conclude your data model design with an Entity Relationship Model (ERM) that will visually represent the relationships between the tables.2. Construct a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Provide a copy of your working code as part of the paper.Weight: 20%Did not submit or incompletely constructed a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Did not submit or incompletely provided a copy of your working code as part of the paper.Partially constructed a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Partially provided a copy of your working code as part of the paper.Satisfactorily constructed a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Satisfactorily provided a copy of your working code as part of the paper.Thoroughly constructed a query that can be used on a report for determining how many days the customer’s invoice will require payment if total amount due is within 45 days. Thoroughly provided a copy of your working code as part of the paper.3a. Construct a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).Weight: 10%Did not submit or incompletely constructed a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).Partially constructed a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).Satisfactorily constructed a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).Thoroughly constructed a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1).3b. Create a query that can produce results that show the quantity of customers each salesperson has sold tours to. Weight: 10%Did not submit or incompletely created a query that can produce results that show the quantity of customers each salesperson has sold tours to. Partially created a query that can produce results that show the quantity of customers each salesperson has sold tours to. Satisfactorily created a query that can produce results that show the quantity of customers each salesperson has sold tours to. Thoroughly created a query that can produce results that show the quantity of customers each salesperson has sold tours to. 4. Support the reasoning behind using Stored Procedures within the database as an optimization process for the database transactions.Weight: 20%Did not submit or incompletely supported the reasoning behind using Stored Procedures within the database as an optimization process for the database transactions.Partially supported the reasoning behind using Stored Procedures within the database as an optimization process for the database transactions.Satisfactorily supported the reasoning behind using Stored Procedures within the database as an optimization process for the database transactions.Thoroughly supported the reasoning behind using Stored Procedures within the database as an optimization process for the database transactions.5. Clarity, writing mechanics, and formatting requirementsWeight: 10%More than 6 errors present5-6 errors present3-4 errors present0-2 errors present
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.