Sunday, 18 September 2016

CIS 515 Week 6 Assignment



CIS 515 Week 6 Assignment
To Get this Tutorial Copy & Paste above URL Into Your Browser
Hit Us Email for Any Inquiry at: Homeworkfy@gmail.com
Visit our Site for More Tutorials: (http://homeworkfy.com/ )

SQL Concepts and Database Design Due Week 7 and worth 90 points
The 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.
Imagine that you work for a finance industry-based organization. Your organization is looking to submit its database design documentation to an evaluation team in order to meet Sarbanes-Oxley (SOX) compliance. You have been assigned to assist in preparing the documentation of the organization’s sales database. You are asked to propose a data dictionary that can be used to document the following:
• Employee (EmpNumber , EmpFirstName, EmpLastName, CommissionRate, YrlySalary, DepartmentID, JobID)
• Invoice ( InvNumber , InvDate, EmpNumber, InvAmount, CustomerID)
• InvoiceLine ( InvLineNumber , InvNumber, ProductNumber, Quantity)
• Product (ProductNumber , ProductDescription, ProductCost)
• Department (DepartmentID , DepartmentDescription)
• Job (JobID , JobDescription)
• Customer (CustomerID , CustomerName, CustomerAddress, CustomerPhone)
Write a three to four (3-4) page paper in which you: 1. Create a data dictionary that includes the following: a. A description of the content for each field b. The data type of each field c. The format the data will be stored as in the field d. The range of value for the field e. A label, as required, if the attribute is a primary key or foreign key Note: An example is shown in Table 7.3 in chapter 7 of the textbook. 2. Imagine that you are asked to identify the number of days that exist between the first invoice and last invoice for each month and complete the following: a. Construct a query that will show the number of days that exist between the first invoice and last invoice, for each month, for each employee, using the DATEDIFF function. Be sure to provide the SQL script that will carry out this function. b. Construct a query to show the expected payment date if invoices are due within 30 days of transaction. c. Construct a query that will show distinct area codes of the customers. 3. Create a plan of the necessary activities that would be required to implement a valid database design process by including the following: a. Steps in the conceptual design stage b. Steps in DBMS selection stage c. Steps in logical design stage d. Steps in physical design stage e. Task details of each activity within each stage
Top of Form
Bottom of Form

CIS 515 Week 5 Assignment



CIS 515 Week 5 Assignment
To Get this Tutorial Copy & Paste above URL Into Your Browser
Hit Us Email for Any Inquiry at: Homeworkfy@gmail.com
Visit our Site for More Tutorials: (http://homeworkfy.com/ )

Tour Operator Agency Database Due Week 6 and worth 90 points
The 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: 1. Design a data model that will conform to the following criteria:
a. 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. b. Create naming conventions for each entity and attributes. c. 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 in Microsoft Word or Visio, or an open source alternative such as Dia. Note: The graphically depicted solution is not included in the required page length. 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. 3. Using the salesperson table described in the summary above, complete the following: a. Construct a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1). b. Create a query that can produce results that show the quantity of customers each salesperson has sold tours to.
CIS 515 – Assignments and Rubrics
©2012 Strayer University. All Rights Reserved. This document contains Strayer University Confidential and Proprietary information and may not be copied, further distributed, or otherwise disclosed in whole or in part, without the expressed written permission of Strayer University. CIS 515 Student Version 1126 (1139 5-16-2012) Final Page 20 of 37
4. Support the reasoning behind using stored procedures within the database as an optimization process for the database transactions.

CIS 515 Week 5 Assignment



CIS 515 Week 5 Assignment
To Get this Tutorial Copy & Paste above URL Into Your Browser
Hit Us Email for Any Inquiry at: Homeworkfy@gmail.com
Visit our Site for More Tutorials: (http://homeworkfy.com/ )

Tour Operator Agency Database Due Week 6 and worth 90 points
The 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: 1. Design a data model that will conform to the following criteria:
a. 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. b. Create naming conventions for each entity and attributes. c. 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 in Microsoft Word or Visio, or an open source alternative such as Dia. Note: The graphically depicted solution is not included in the required page length. 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. 3. Using the salesperson table described in the summary above, complete the following: a. Construct a trigger that will increase the field that holds the total number of tours sold per salesperson by an increment of one (1). b. Create a query that can produce results that show the quantity of customers each salesperson has sold tours to.
CIS 515 – Assignments and Rubrics
©2012 Strayer University. All Rights Reserved. This document contains Strayer University Confidential and Proprietary information and may not be copied, further distributed, or otherwise disclosed in whole or in part, without the expressed written permission of Strayer University. CIS 515 Student Version 1126 (1139 5-16-2012) Final Page 20 of 37
4. Support the reasoning behind using stored procedures within the database as an optimization process for the database transactions.

CIS 512 Final Paper Hypervisor and Its Effects



CIS 512 Final Paper Hypervisor and Its Effects
To Get this Tutorial Copy & Paste above URL Into Your Browser
Hit Us Email for Any Inquiry at: Homeworkfy@gmail.com
Visit our Site for More Tutorials: (http://homeworkfy.com/ )

Write an eight to ten (8-10) page paper in which you:
1. Examine the technical advantages and disadvantages of using a hypervisor in an enterprise.
2. Compare and contrast the hypervisors from Microsoft (Hyper-V), VMware (ESXi), and Hitachi’s
(Virtage).
3. Evaluate the effect of hypervisors on the TCO (Total Cost of Ownership) in an enterprise.
4. Determine whether the implementation of hypervisors has an impact on system administration.
(i.e., Would system administrators need re-training?)
5. Use at least three (3) quality resources in this assignment.Note:Wikipedia and similar Websites
do not qualify as quality resources.
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.
Top of Form
Bottom of Form

CIS 512 Final Paper Hypervisor and Its Effects



CIS 512 Final Paper Hypervisor and Its Effects
To Get this Tutorial Copy & Paste above URL Into Your Browser
Hit Us Email for Any Inquiry at: Homeworkfy@gmail.com
Visit our Site for More Tutorials: (http://homeworkfy.com/ )

Write an eight to ten (8-10) page paper in which you:
1. Examine the technical advantages and disadvantages of using a hypervisor in an enterprise.
2. Compare and contrast the hypervisors from Microsoft (Hyper-V), VMware (ESXi), and Hitachi’s
(Virtage).
3. Evaluate the effect of hypervisors on the TCO (Total Cost of Ownership) in an enterprise.
4. Determine whether the implementation of hypervisors has an impact on system administration.
(i.e., Would system administrators need re-training?)
5. Use at least three (3) quality resources in this assignment.Note:Wikipedia and similar Websites
do not qualify as quality resources.
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.
Top of Form
Bottom of Form