Using MIS (10th Edition)
Using MIS (10th Edition)
10th Edition
ISBN: 9780134606996
Author: David M. Kroenke, Randall J. Boyle
Publisher: PEARSON
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter AE, Problem AE5.1

In some cases, users want to use Access and Excel together. They process relational data with Access, import some of the data into Excel, and use Excel’s tools for creating professional-looking charts and graphs. You will do exactly that in this exercise.

FIGURE AE-3 Data Displayed in Pie-Chart Format

Chapter AE, Problem AE5.1, In some cases, users want to use Access and Excel together. They process relational data with , example  1

Source: Microsoft Corporation

Download the Access file Ch05Ex01_U10e.accdb. Open the database and select DATABASE TOOLS/Relationships. As you can see, there are three tables: Product, Vendor-ProductInventory, and Vendor. Open each table individually to familiarize yourself with the data.

For this problem, we will define InventoryCost as the product of Industry-Standard-Cost and QuantityOnHand. The query InventoryCost computes these values for every item in inventory for every vendor. Open that query and view the data to be certain you understand this computation. Open the other queries as well so that you understand the data they produce.

  1. a. Sum this data by vendor and display it in a pie chart like that shown in Figure AE-3 (your totals will be different from those shown). Proceed as follows:
    1. (1) Open Excel and create a new spreadsheet.
    2. (2) Click DATA on the ribbon and select From Access in the Get External Data ribbon category.
    3. (3) Navigate to the location in which you have stored the Access file Ch05Ex01_U10e.accdb.
    4. (4) Select the query that contains the data you need for this pie chart.
    5. (5) Import the data into a worksheet.
    6. (6) Format the appropriate data as currency.
    7. (7) Select the range that contains the data, press the Function key, and proceed from there to create the pie chart. Name the data and pie chart worksheets appropriately.

h. Follow a similar procedure to create the bar chart shown in Figure AE-4. Again, your data will be different. Place the data and the chart in separate worksheets and name them appropriately.

FIGURE AE-4 Data Displayed in Bar-Chart Format

Chapter AE, Problem AE5.1, In some cases, users want to use Access and Excel together. They process relational data with , example  2

Source: Microsoft Corporation

Blurred answer
Students have asked these similar questions
You have decided to build the database for John’s system. This question centres around the development of John’s database.Q.3.1 Draw any three tables you will include in John’s database. For each table, provide the following:a. Three fields.b. One record in each table.c. One primary key for each table.d. One foreign key.Q.3.2 Design a logical view for the tables you have specified in Q.3.1.Note: You may use any software tool to create your view
This is an ITSE 2356 course we use Bob Bryla and Iggy Fernandez books as a reference . Case:  As of late, there seems to be a perpetual problem with current database table size growth causing performance problems, --  in that you are at a  point of daily tablesize management. Task: Develop and preapre a plan that will create a reporting process to monitor database growth.(as part of your submittal - write the suggested SQL queries).  Again, this shoud be no less one typed word file.  Also recommend the use of Spooling or some other Oracle print process  for query submital.  Hint: see Chapter 10 for ideas.
Please help me with solution for the below question:   /* Database Systems, Coronel/Morris */ /* Type of SQL : MySQL */ CREATE TABLE JOB ( JOB_CODE varchar(5), JOB_DESCRIPTION varchar(25), JOB_BASE_PAY numeric(4,2) ) ENGINE = InnoDB; INSERT INTO JOB VALUES('GEN','General support','7.5'); INSERT INTO JOB VALUES('MGR','Manager','37.4'); INSERT INTO JOB VALUES('SEC','Secretary','18.95'); CREATE TABLE REGION ( REGION_CODE int, REGION_DESCRIPT varchar(10) ) ENGINE = InnoDB; INSERT INTO REGION VALUES('1','East'); INSERT INTO REGION VALUES('2','West'); CREATE TABLE STORE ( STORE_CODE int, STORE_NAME varchar(20), STORE_YTD_SALES numeric(10,2), REGION_CODE int ) ENGINE = InnoDB; INSERT INTO STORE VALUES('1','Access Junction','1003455.76','2'); INSERT INTO STORE VALUES('2','Database Corner','1421987.39','2'); INSERT INTO STORE VALUES('3','Tuple Charge','986783.22','1'); INSERT INTO STORE VALUES('4','Attribute Alley','944568.56','2'); INSERT INTO STORE VALUES('5','Primary Key…
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
SQL Basics for Beginners | Learn SQL | SQL Tutorial for Beginners | Edureka; Author: edureka;https://www.youtube.com/watch?v=zbMHLJ0dY4w;License: Standard YouTube License, CC-BY