Thursday, 15 September 2016

CIS 515 Week 10 Technical Paper: Database Administrator for Department Store



CIS 515 Week 10 Technical Paper: Database Administrator for Department Store
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/ )

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 have been hired as the database administrator for a local department store. The department store has recently expanded by opening five (5) stores within your local region. They have also launched a series of marketing campaigns to attract new customers and increase sales. For your hired role, you will be responsible for creating and maintaining an enterprise-wide database system that will hold the sales and inventory data for the organization. The designed database will help operations in supporting its new business marketing strategy. Using the concepts presented throughout the course, you will develop a plan to create this database and establish a design that aligns with the product sales initiatives of the organization.
Write a twelve to fifteen (12-15) page paper in which you:
  1. Identify the potential sales and department store transactions that can be stored within the database.
  2. Design a database solution and the potential business rules that could be used to house the sales transactions of the department store.
  3. Evaluate all relationships of each entity within your database solution using the Crow’s Foot notation. Include all data elements, entities, relationships (such as 1:M, 1:1, M:N), and cardinalities for the department store database in your diagram. Note:The graphically depicted solution is not included in the required page length.
  4. Research the Internet for best practices of how retail stores use databases for retaining customers and increasing sales and complete the following:
    1. Justify how Big Data tools could be used for forecasting sales and inventory of the department store.
    2. Propose two (2) SQL Stored Procedures that use SQL functions to help sales associates perform explanatory or predictive analytics.
    3. Give your opinion on which of the two (2) ways you proposed in Question four (4) b provide greater value to expanding their business within the region.
    4. Provide a copy of your working SQL code as part of the paper.
  5. Research the Internet for database vendors that provide cloud computing services and complete the following:
    1. Estimate the types of costs involved or the pricing structure required when implementing a cloud-hosted solution for a database.
    2. Analyze security considerations and pricing of the different cloud implementation types.
    3. Rank the cloud services options of Software as a Service, Platform as a Service and Infrastructure as a Service in terms of functionality, mobility, and ability to provide distributed transaction concurrency. Compare how these cloud-based services fit within an environment where users are mobile. Determine the technical provisions that would be required to ensure data integrity.
  6. Evaluate whether the use of a distributed DBMS structure is appropriate and identify the optimization techniques that should be factored in to enhance the operations of the database in your design.
  7. Provide at least two (2) examples of how lost updates and uncommitted data may occur, keeping in mind that five (5) stores will be generating transactions.
  8. Determine the concurrency control factors that can be used to ensure valid execution of transactions within the current multiuser environment.
  9. Research the Internet for backup and restoration recovery solutions and database security threats that could be applicable to the department store. Upon your research, complete the following:
    1. Suggest at least two (2) options that could be made available to provide disaster management functions for the database system within the retail environment.
    2. Assess the types of security threats that may exist when managing the department store database and suggest measure(s) that can be performed to minimize these threats that are particular to retail.
  10. Use at least six (6) quality resources in this assignment. Note:Wikipedia and similar Websites do not qualify as quality resources.


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 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

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