support@tutorialsexperts.com
+1 315 765 7646
Need Consultation? Contact us
  • Tutorials
  • About us
  • Services
    • Essay Writing
    • Research Paper
    • Thesis Writing
  • My Account
    • Cart
    • Checkout

No products in the cart.

Order 100% Original
  • Tutorials
  • About us
  • Services
    • Essay Writing
    • Research Paper
    • Thesis Writing
  • My Account
    • Cart
    • Checkout

No products in the cart.

Order 100% Original
  • Tutorials
  • About us
  • Services
    • Essay Writing
    • Research Paper
    • Thesis Writing
  • My Account
    • Cart
    • Checkout

No products in the cart.

  • Tutorials
  • About us
  • Services
    • Essay Writing
    • Research Paper
    • Thesis Writing
  • My Account
    • Cart
    • Checkout
Shop
Home MIS 610 MIS 610 Full Course Assignments GCU
Awaiting product image

MIS 610 Full Course Assignments GCU

$350

Category: MIS 610 Tags: MIS 610 All Assignments GCU, MIS 610 Full Course Assignments GCU, RES 885 Topic 2
  • Description
  • Reviews (0)

MIS 610 Full Course Assignments GCU

MIS 610 Topic 1 Query Building

The purpose of this assignment is to demonstrate query building skills.

For this assignment, you will construct queries using both static and dynamic word problems for each of five scenarios. You will use Microsoft SQL Server 2016 Developer Edition and the content from the AdventureWorks 2016 and Scripts for SQL Server 2016 CTP3 to complete the assignment.

Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to Excel for a visual check of accuracy.

Create a Word document that includes the SQL queries used to explore the database tables, and answer the following questions.

Query Scenarios

Problem One

In your new job, you realize you will be calling up the “HumanResources.Employee” table on a frequent basis to answer questions from your manager. Using what you have learned thus far about stored procedures, create an executable “Employees” dataset that will allow you to quickly reference all records in that dataset. However, note that a stored procedure cannot be used in a SELECT statement after it has been created; it simply allows for a quick command to call up a preset data query you have made.

Problem Two

While a stored procedure is an effective method to review a static dataset, you realize the requirements for questions posed to you change frequently. Your manager often will request information specific to a given job title. You realize you need to create a function that allows a variable to be changed in your SELECT statement each time you run it.

Note: To develop the answer to this problem, set the variable to “Design Engineer” and call the Function @JobTitle.

Problem Three

Your manager wants to build an “Employee Time Off” calendar for the year for easy reference and has asked that you compile a list of vacation hours for each employee under his supervision. This task relates to the one you completed in Problem Two of this assignment, but will require that you restructure the code you developed from Problem Two to build a more complex query in or order to complete the task successfully. As with Problem Two, your manager will request this information often, and on an ongoing basis throughout the year. You realize you need to create a function that allows a variable to be changed in your query statement each time you run it so that you do not need to write new code for every request.

The fields you need to bring in are “First and Last Name” and “Sick and Vacation Hours.”

Note: To develop the answer to this problem, create a join from the person table First and Last Name.

Problem Four

Your manager would like you to classify employee work areas in the building using a color coding system that he developed. Since no such system exists in the company database, he has asked you to upload his personal Excel worksheet into the database as a new table. Using SQL Server Import and Export Wizard, load the “Roster” tab from the Excel file titled “Color Coding.” Write a SELECT statement once loaded to confirm that it loaded correctly.

Problem Five

Now that your color coding system is in place, your manager wants to know which employees  sit in the “Brown” section, as he will be relocating their desks in the future when the department is expanded. To provide him with this information, use the color coding system you developed for Problem Four, making sure to include the “Color Code,” “Job Title,” and concatenate “Last Name” “First Name” separated by a comma, calling the field “Full Name.”

General Requirements

Compile the Excel data file and Word document containing the SQL queries and answers to the questions into a .zip file and submit to your instructor.

APA style is not required, but solid academic writing is expected.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopesWrite.

 

MIS 610 Topic 2 CASE Query Errors

The purpose of this assignment is to evaluate and resolve query errors.

For this assignment, you will group data and resolve query errors via solutions appropriate to each. You will use Microsoft SQL Server 2016 Developer Edition and the content from the AdventureWorks 2016 and Scripts for SQL Server 2016 CTP3 to complete the assignment.

Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to Excel for a visual check of accuracy.

Create a Word document that includes the SQL queries used to explore the database tables, and answer the following questions.

Query Scenarios

Problem One

Your manager needs you to compile a list of all the products the company sells as well as the time required to manufacture them in order to provide this information to the sales department for the presentation of timelines in an upcoming company-wide sales meeting. Your manager specifically needs to know which products take (1) less than 4 days to manufacture, or (2) more than 4 days to manufacture. Looking at the “Production.Product” and using CASE logic, identify each product with a tag of “Under 4 days” or “More than 4 days” and title the field “Timeframe.”

Problem Two

Using the query you created from Problem One as a basis, your manager wants to know the numbers of products that fall into each of the two categories.

Note: This process requires two separate SUM statements using CASE logic through the “Manufacturing time.”

Problem Three

Also related to the upcoming sales meeting, the sales manager is building a report for which a list of states using a custom market name is required. Using the “Person.StateProvince” table, use CASE logic to turn “TerritoryID” into a named market for each of the following: Western Market, North Eastern Market, Mid-Western Market, South Western Market, and South Eastern Market. Make sure to include the “TerritoryID” and to order your results by this field.

Problem Four

The sales manager has also identified a need to know “Year to Date” sales by the new market segments using the same descriptions you developed in Problem Three.

Problem Five

Now that you have provided the sales manager with year-to-date sales by market segment in Problem Four, the sales manager would like you to provide year-to-date sales by state. This is not realistically possible through the existing company database setup. Explain why and what would be needed for the database to accomplish this dataset in the future.

General Requirements

Compile the Excel data file and Word document containing the SQL queries and answers to the questions into a .zip file and submit to your instructor.

APA style is not required, but solid academic writing is expected.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopesWrite.

 

MIS 610 Topic 3 UNIONS and Subqueries

The purpose of this assignment is to practice UNIONS and to use subqueries to analyze data in a record set.

For this assignment, you will analyze data to find similarities and UNION all data via a method that keeps the data uniform. You will use Microsoft SQL Server 2016 Developer Edition and the content from the AdventureWorks 2016 and Scripts for SQL Server 2016 CTP3 to complete the assignment.

Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to Excel for a visual check of accuracy.

Create a Word document that includes the SQL queries used to explore the database tables, and answer the following questions.

Query Scenarios

Problem One

As part of a yearly fundraising effort for the community, your manager has given you an Excel worksheet titled “Donations.” It includes all employees’ pledged donations for the year. The sheet consists of three tabs that correspond to the 3 months when employees were asked to submit pledges. Load this file into the AdventureWorks database through the Import and Export Wizard. Once loaded, use a UNION ALL statement to combine the three data sets into a temporary table called “#TotalDonations.”

Problem Two

Redoing the UNION ALL statement you created in Problem One, create a temporary table looking exclusively at “SUM of Donations by Month.” Title each of the three fields “Donations and Month” with the temporary table titled “#DonationsbyMonth.” When complete, provide the total of the final amount of donations raised.

Problem Three

Your manager e-mails you about the final results you provided in Problem Three, and believes you must have made a mistake when calculating the total donations. The amount is $100.00 less than the total amount calculated by the manager. The manager thinks it is possible that one employee might have accidently pledged $100.00 twice. Explain how this event might occur with a UNION ALL. Review the UNION ALL, and if there is an error, rewrite the first query with a UNION statement. Discuss whether the manager’s assumption was correct and explain why.

Problem Four

You receive an e-mail request from Human Resources requesting information about the last time a pay rate was changed for an employee. The employee’s “NationalIDNumber” is 486228782. Develop a subquery instead of an INNER JOIN to provide the answer to this request.

Note: A subquery is another method of writing a JOIN. It can be efficient when used at the correct times.

General Requirements

Compile the Excel data file and Word document containing the SQL queries and answers to the questions into a .zip file and submit to your instructor.

APA style is not required, but solid academic writing is expected.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopesWrite.

 

MIS 610 Topic 4 Aggregate Functions and NULL Values

The purpose of this assignment is to examine the use of aggregate functions, analyze queries that contain NULL values, and use CASE logic to resolve the data and arrive at a solution.

For this assignment, you will perform a set of exercises in which you will analyze data and develop corresponding aggregate functions to obtain the required information. You will use Microsoft SQL Server 2016 Developer Edition and the content from the AdventureWorks 2016 and Scripts for SQL Server 2016 CTP3 to complete the assignment.

Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to Excel for a visual check of accuracy.

Create a Word document that includes the SQL queries used to explore the database tables, and answer the following questions.

Query Scenarios

Problem One

The sales manager asks you to provide the average “Pretax Sales” amount throughout the years. Using the “Sales.SalesOrderHeader” table, what answer will you provide to the sales manager?

Problem Two

As part of an internal competition, the CEO requests that you provide the name of the employee who made the highest total single sale in 2014. This data needs to include the filter “Tax & Freight” using “OrderDate” for the year. The CEO has also requested that you provide the winner’s e-mail address so he can send a notification of congratulations.

Problem Three

Jo Berry’s manager indicated that Jo was taking paid time off this month. He wants to ensure the system reflects this information. Import the “Hours” spreadsheet file into the AdventureWorks database. Add Jo Berry’s hours together for the month, and title the field “Monthly Hours.” Use the knowledge you have learned about NULL values to provide the solution to the manager.

Problem Four

The human resources manager wants to classify employees who were absent during the entire month as “Inactive.” Using a CASE statement, write a query that classifies employees as “Active” or “Inactive” in a column titled “Status” with “Full Name” (First and Last) also listed.

Problem Five

Using the same parameters as Problem Four, rewrite the query to provide only the list of “Inactive” employees.

General Requirements

Compile the Excel data file and Word document containing the SQL queries and answers to the questions into a .zip file and submit to your instructor.

APA style is not required, but solid academic writing is expected.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopesWrite.

 

MIS 610 Topic 5 RDBMS and OODBMS Short Answer Questions

The purpose of this assignment is to identify similarities and differences between an RDBMS and an OODBMS.

Using the textbook, Topic Materials, and your own research, write a 100-250 word response to each question below. Cite the sources used for answering each question, and include real-world examples in the answer to each question.

  1. Define a tuple. How and where does a tuple fit into relational database theory? Why is this an important concept to understand?
  2. How does an object-oriented database management system (OODMS) compare to a relational database management system (RDBMS)? What are the key features of an OODBMS, and how can a developer utilize them?
  3. What is the difference between a Relation in an RDBMS and a Class in an OODBMS? Are they interchangeable, If so, explain how.
  4. Contrast an object-relational database management system (ORDBMS) with an RDBMS? Describe the unique features and provide an example of how an OODBMS might be preferable to an RDBMS.
  5. Contrast the attributes and functionality of an OODBMS versus an ORDBMS. Explain why RDBMS platforms are used more frequently in business than either of these object-oriented platforms.
  6. From an entity relationship diagram (ERD) standpoint, would there be a significant difference between using an ORDMBS versus an RDBMS? Explain why or why not, and discuss specific instances in which differences are the deciding factor.

Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are required to submit this assignment to LopesWrite. Please refer to the directions in the Student Success Center.

 

MIS 610 Topic 6 Object Relational Design Short Answer Questions

The purpose of this assignment is to explain and discuss object-relational design and implementation techniques.

Using the textbook, Topic Materials, and your own research, write a 100-250 word response to each question below. Cite the sources used for answering each question.

  1. Describe simple and complex data types. Provide examples of each and describe their typical uses in a business environment.
  2. Explain what an impedance mismatch is and why is this important in analytics. Discuss measures a business can institute to address this problem. Describe barriers that might exist for a business to institute such measures.
  3. Explain an array and its pros and cons. Explain why this structure may be preferred for storing/referencing data.

Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are required to submit this assignment to LopesWrite. Please refer to the directions in the Student Success Center.

 

MIS 610 Topic 7 Object Based Database Design Short Answer Questions

The purpose of this assignment is to compare and contrast relational and object-oriented databases.

Using the textbook, Topic Materials, and your own research, write a 100-250 word response to each question below. Cite the sources used for answering each question.

  1. Object query language (OQL) was created by the object database management group (ODMG) and is based on structured query language (SQL). The languages are similar in many ways, but they feature some slight and some not so slight differences. Explain why ODMG created and developed OQL.
  2. Discuss why developing standards is important for a database management system. Describe issues OODBMS systems face and explain how those issues have allowed RDBMS systems to thrive.
  3. Explain the “4th Generation Standard.” Discuss how this standard will change the object-based environment. Describe features that will help or hinder its success.

Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are required to submit this assignment to LopesWrite. Please refer to the directions in the Student Success Center.

 

MIS 610 Topic 8 Benchmark Database Query and Reporting Project Worked Time by Department

The purpose of this assignment is to organize, query, and report data using a database.

The final project consist of two parts and requires you to utilize the skills and knowledge you have learned throughout this course to create and implement a complex set of queries and present the data you have assembled into a PowerPoint presentation. It is essential for you to study the database structure and plan ahead throughout the course to ensure you will have the time to prepare and submit this assignment successfully.

Part One

For this assignment, you will use Microsoft SQL Server 2016 Developer Edition and the content from the AdventureWorks 2016 and Scripts for SQL Server 2016 CTP3 to complete the assignment.

Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to Excel for a visual check of accuracy.

Create a Word document that includes the SQL queries used to explore the database tables, and address the problem.

Problem: The new scheduling manager has asked for a summary of hours worked each week by department. Accounting for NULL values, use the imported “Hours” sheet from the Topic 4 assignment again to SUM by department title for all employees on the table.

Part Two

Using the dataset you have developed, select one of the following groups to present your findings to at the upcoming company meeting: Senior Management, Engineering, Research and Development, or Marketing. In your presentation, model your data into a hypothetical problem that identifies how this information will impact the operations of the specific target audience you have selected.

Create a 5-7 slide PowerPoint presentation to share your results with your selected group at the upcoming company meeting. Each slide should include speaker notes written in complete sentences.

General Requirements

Compile the Word, Excel, and PowerPoint documents into a .zip file and submit to your instructor.

While APA style is not required for the body of this assignment, solid academic writing is expected, and documentation of sources should be presented using APA formatting guidelines, which can be found in the APA Style Guide, located in the Student Success Center.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are required to submit this assignment to LopesWrite. Please refer to the direction in the Student Success Center.

 

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Related products

  • Placeholder

    MIS 610 Topic 7 Object Based Database Design Short Answer Questions GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Full Course GCU

    $400 Add to cart
  • Placeholder

    MIS 610 Topic 4 Aggregate Functions and NULL Values GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 5 Discussions GCU

    $16 Add to cart
  • Placeholder

    Present three arguments from empirical studies published in the past

    $12 Add to cart
  • Placeholder

    MIS 610 Topic 2 CASE Query Errors GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 5 RDBMS and OODBMS Short Answer Questions GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 6 Object Relational Design Short Answer Questions GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 3 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 2 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 7 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 6 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 3 UNIONS and Subqueries GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 8 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 1 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Full Course Discussions GCU

    $100 Add to cart
  • Placeholder

    MIS 610 Topic 8 Benchmark Database Query GCU

    $50 Add to cart
  • Placeholder

    MIS 610 Topic 4 Discussions GCU

    $16 Add to cart
  • Placeholder

    MIS 610 Topic 1 Query Building GCU

    $50 Add to cart
Categories
  • ACC 2409
  • ACC 25017
  • ACC 35012
  • ACC 37012
  • ACC 37111
  • ACC 46016
  • ACC 48519
  • ACC 48611
  • ACC 4913
  • ACC 61311
  • ACC 61624
  • ACC 62219
  • ACC 65011
  • ACC 65111
  • ACC 66018
  • ACC 66211
  • ACC 66411
  • ACC 66511
  • ACC 66719
  • ACC 66819
  • ACC 6901
  • ACC 6919
  • ADM 6141
  • ADM 6241
  • ADM 6261
  • ADM 6321
  • ADM 6341
  • ADM 6361
  • AMP 41511
  • AMP 42511
  • AMP 4341
  • AMP 450V6
  • AMP 49211
  • BIO 22010
  • BIO 31610
  • BIO 50017
  • BIO 5509
  • BUS 34011
  • BUS 35223
  • BUS 37219
  • BUS 48511
  • BUS 62312
  • BUS 66019
  • COM 23110
  • COM 26325
  • COM 31511
  • COM 36221
  • CWV 1018
  • DNP 81028
  • DNP 81515
  • DNP 83025
  • DNP 83518
  • DNP 84021
  • DNP 95511
  • DNP 9609
  • ECH 5201
  • ECN 22025
  • ECN 35119
  • ECN 36021
  • ECN 45019
  • ECN 60122
  • ECS 50118
  • ECS 55513
  • ECS 56016
  • ECS 57015
  • ECS 59020
  • EDU 33019
  • EED 4751
  • ELM 20018
  • ELM 30522
  • ELM 35012
  • ELM 35123
  • ELM 54018
  • EMM 4155
  • EMM 44211
  • EMM 64111
  • ENG 10639
  • ENT 43520
  • FIN 35019
  • FIN 45011
  • FIN 45111
  • FIN 65030
  • Finance53
  • HCA 61017
  • HCA 62016
  • HCA 67511
  • HCA 80715
  • HCA 81216
  • HCA 82215
  • HCI 60017
  • HLT 205V10
  • HLT 30213
  • HLT 306V14
  • HLT 307V3
  • HLT 308V7
  • HLT 310V12
  • HLT 312V7
  • HLT 313V8
  • HLT 314V6
  • HLT 317V10
  • HLT 324V12
  • HLT 362V16
  • HLT 418V8
  • HLT 51517
  • HLT 52020
  • HLT 54011
  • HLT 60017
  • HLT 60517
  • INT 24417
  • JUS 1109
  • JUS 50524
  • JUS 51037
  • JUS 5153
  • JUS 52011
  • JUS 52111
  • JUS 52416
  • JUS 53134
  • JUS 6102
  • JUS 6209
  • LDR 46215
  • LDR 60026
  • LDR 61515
  • LDR 62012
  • LDR 63023
  • LDR 6401
  • LDR 80416
  • MAT 1348
  • MAT 15012
  • MGT 24010
  • MGT 42011
  • MGT 43411
  • MGT 45511
  • MGT 60511
  • MGT 65512
  • MGT 66019
  • MGT 8109
  • MGT 8154
  • MIN 82214
  • MIS 60018
  • MIS 61019
  • MIS 66019
  • MIS 66520
  • MIS 69021
  • MKT 24510
  • MKT 31515
  • MKT 45029
  • MKT 60738
  • NRS 410V8
  • NRS 427V6
  • NRS 429V8
  • NRS 430V8
  • NRS 433V9
  • NRS 434V8
  • NRS 437V7
  • NRS 4408
  • NRS 4418
  • NRS 451V13
  • NRS 49015
  • NRS 493 GCU47
  • NUR 50211
  • NUR 50419
  • NUR 50811
  • NUR 647E14
  • NUR 67046
  • NUR 69926
  • PCN 50011
  • PCN 50111
  • PCN 52011
  • PCN 6051
  • PHI 10510
  • PHI 413V18
  • POS 50014
  • PSC 4109
  • PSC 4957
  • PSY 1009
  • PSY 10228
  • PSY 52023
  • PSY 53019
  • PSY 55015
  • PSY 62211
  • PSY 65510
  • PSY 6621
  • PSY 66314
  • PSY 8603
  • RES 8618
  • RES 866 GCU2
  • RES 88519
  • RSD 8511
  • SMM7
  • SOC 10055
  • SOC 2201
  • SOC 38617
  • SOC 4129
  • SOC 44518
  • SOC 44917
  • SPD 31021
  • SPD 32014
  • SYM 50611
  • TCH 5171
  • TCH 5241
  • TCH 53910
  • TSL 53215
  • TSL 55012
  • TSL 55214
  • TSL 55813
  • TSL 56715
  • Uncategorized11
  • UNV 10315
  • UNV 10411
  • UNV 5027
  • UNV 503V6
  • UNV 5047

Tutorials Experts is a US based tutorials company head quartered into Delaware. We aim to provide study help with load of knowledge for every program being studied into Grand Canyon University.
Services
Custom Essay Writing
Research Paper Writing
Dissertation Writing Service
Social Media
Coursework Writing
Term Paper Writing
Contacts
Adress: 2803 Philadelphia Pike, Suite B #1121, Claymont, DE 19703.
Website: https://tutorialsexperts.com/
Email: support@tutorialsexperts.com
Phone: +1 315 765 7646
Fax: +1 315 765 7646
Newsletter

Signup for our newsletter and stay connected with our recent discounts and promotions.

Terms of use | Privacy Environmental Policy
  • Shop
  • About us
  • Blog
  • Contact Us
  • My Account

Copyright © 2022 Tutorials Services LLC. All Rights Reserved.

Disclaimer: The products and services provided by Tutorials Experts are for research and guidance purposes only. Students are solely responsible for doing their own work and using the materials provided as a reference.

WhatsApp us