Using Toad for Data Analysts A prettier SQL interface.

Slides:



Advertisements
Similar presentations
Easily retrieve data from the Baan database
Advertisements

Using American FactFinder John DeWitt Project Manager Social Science Data Analysis Network Lisa Neidert Data Services Population Studies Center.
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
FUNCTIONAL ICT LEVEL 2 Advanced Excell. Data types.
DATA ANALYTICS. NORMS Cell Phones on Vibrate Respect all opinions.
Corporate Property Automated Information System (CPAIS) Macro Walkthrough Guide for Excel Version 2003.
UNESCO ICTLIP Module 4. Lesson 3 Database Design, and Information Storage and Retrieval Lesson 3. Information storage and retrieval using WinISIS.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
1 Chapter 12 Working With Access 2000 on the Internet.
Mary K. Olson PS Reporting Instance – Query Tool 101.
March 28, 2012 Deborah Barksdale OSI Contractor Training.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 2 Using Functions, Creating.
Microsoft Access 2010 Chapter 7 Using SQL. Change the font or font size for SQL queries Create SQL queries Include fields in SQL queries Include simple.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Excel Project 5 Creating, Sorting, and Querying a List.
IAGAP Access Database A Tutorial. Databases There are several databases available from the IAGAP Project. There are several databases available from the.
ODBC : What is it and how does it work with MDS ?.
03. Excel Sort, Filter and Pivot. File -> Open -> 03b-datastart.xlsx.
Lecture Excel: Macros & Pivot Tables. Macros A macro is a series of commands that are stored and can be run whenever you need to perform the task.
Access Primer Africamuseum 5 June MS Access  Relational Database Management System Data/information resides in series of related tables Principle.
The Advantage Series ©2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 8 Managing Worksheet Lists Microsoft Office Excel 2003.
Chapter 19 Managing Worksheet Lists. Creating Lists ► Microsoft Office Excel 2003 is inarguably the most powerful electronic spreadsheet available. ►
Credit Union National Association Installing and Uploading Project Zip Code.
Excel Tips and Tricks Gini Courter Annette Marquis TRIAD Consulting.
ECPIC Scoring Quick Guide: Scorecards (1) Enter a name and description that defines the purpose of your scorecard. For example: Agency CIO Rating Evaluation.
Enforcement: Reports & Queries FMCSA Portal CSA Phase II Release, Month Year v1.2.
CARSAM Quick Reference Guide for Users May 2012 CORPORATE ACCOUNT RECONCILIATION Manager Approval Training.
IBIS-Q Tutorial: Exporting Data to Excel IBIS makes it easy to export data results to Excel.
Analysing Data with Excel Viewing Help To view Help 1.On the Start menu, point to Programs, and then click Microsoft Excel. 2.On the Help menu,
Microsoft Access 2013 ®® Tutorial 10 Automating Tasks with Macros.
Programming in R SQL in R. Running SQL in R In this session I will show you how to: Run basic SQL commands within R.
This application does require access to the BW (Baan Windows) client and authorization to the OLE Daemon Introducing … XQL - Excel Query Language How about.
Microsoft Excel – Pivot Tables Introduction to Microsoft Excel Pivot tables Please login to the computers and launch Microsoft Excel. Rob Jones Room WG43.
The material contained in this document is proprietary to Triniti Corporation (Triniti). This material may not be disclosed, duplicated or otherwise revealed,
Introduction to Views Stanford Drupal Camp April 6, 2013.
CERTIPORT EXCEL PRACTICE. EDITING SORT/FILTER/FIND & REPLACE In the Summary worksheet, sort the data in descending order by Order Number, and then in.
NextGen Dataviewer Local Government Corporation. Dataviewer Dataviewer is a tool used to create spreadsheet style reports exportable to Excel, HTML and.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
Agency for Healthcare Research and Quality Advancing Excellence in Health Care A Web-Based Tool for Quality and Utilization Reporting Visit.
How to train your users to create their own BI reports? So that you (IT) don’t have to Paras Doshi Consultant, SolidQ Chapter co-leader, PASS Business.
Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.
Structured Query Language SQL Unit 4 Solving Problems with SQL.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
5 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Working with Layout Editor.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Quick Videos: A tutorial on creating reports. Select a report and click this to view it. Select a report and click this to change it. Select a report and.
CPSC 203 Introduction to Computers Lab 21 By Jie Gao.
Filters, Queries and Reports. Filters Limit the data, creating a dataset, or partial view of the whole database Single use – filters do not save with.
Welcome to the PJWood tutorial. For starters, let’s do a simple search of the database. We will extract treatment overview data in the Moab field office.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Oracle Query VBA Tool (OQVT)
0 Copyright 2012 FUJITSU Interstage BOP SQL Query Tutorial Todd Palmer October 2012.
Don Smith Tech4Test.com.
For Datatel and other applications Presented by Cheryl Sullivan.
Splunk Enterprise Instructor: Summer Partain 3 Day Course.
FINAL EXAM REVIEW 1. EXAM PROCEDURES 10 minutes to review project before starting 120 minutes to complete the exam, although most students finish in
Data Visualization with Tableau
IUIE Reporting Basics Workshop
Easily retrieve data from the Baan database
SQL Server Reporting Service & Power BI
Creating, Sorting, and Querying a List
Managing Multiple Worksheets and Workbooks
How to Run a DataOnDemand Report
Introduction to Access
Navigating Your GP Data
Databases Continued 10/18/05.
5/8/2019 3:20 AM bQuery-Tool 3.0 A new and elegant way to create queries and ad-hoc reports on your Baan/Infor ERP LN data. This Baan session is a query.
Microsoft Excel Basics: Pivot Tables
Getting Started with Data
Presentation transcript:

Using Toad for Data Analysts A prettier SQL interface

Step 1: Get to know your data Excel Workbook titled “CHSI Dataset” – Community Health Status Indicators – Downloaded from Data.gov DataElementDescription = Data Dictionary DefinedDataValue = Data Code sheet Additional tables provide various health measures, often on the county level

Import Data Select all data in Workbook, save and close Navigation Manager  Create new connection  Group: Excel  Advanced  Uncheck Read-Only & Automatically create ranges  Navigate to CHSI Data.xls  Name: CHSI

Data Browser Double-click on table DATAELEMENTDESCRIPTION Filter  Where Clause: Page_Name = ‘Demographics’

SQL Editor Click Editor Input: Select * from DATAELEMENTDESCRIPTION descr where descr.PAGE_NAME = ‘Demographics’ Don’t forget to name your table by typing in a nickname after full table name. This simplifies query writing

Join tables Let’s join Demographics to Summary Measures of Health What are common fields? – State_FIPS_Code – County_FIPS_Code select demo.CHSI_County_Name, demo.poverty, summ.ALE from DEMOGRAPHICS demo, SUMMARYMEASURESOFHEALTH summ where demo.CHSI_State_Abbr='CA' and summ.State_FIPS_Code=demo.State_FIPS_Code and summ.County_FIPS_Code=demo.County_FIPS_Code This will tell us percent living below 10 th Percentile average life expectancy per county

Grouping Data What if we want to know poverty rates and average life expectancy by state? select demo.CHSI_State_Abbr, sum(demo.poverty), avg(summ.ALE) from DEMOGRAPHICS demo, SUMMARYMEASURESOFHEALTH summ where summ.State_FIPS_Code=demo.State_FIPS_Code and summ.County_FIPS_Code=demo.County_FIPS_Code group by demo.CHSI_State_Abbr

Sorting Data Now let’s sort the states by number in poverty, highest to lowest You can simply click on output header and sort Or use the following code: select * from (select demo.CHSI_State_Abbr, sum(demo.poverty), avg(summ.ALE) from DEMOGRAPHICS demo, SUMMARYMEASURESOFHEALTH summ where summ.State_FIPS_Code=demo.State_FIPS_Code and summ.County_FIPS_Code=demo.County_FIPS_Code group by demo.CHSI_State_Abbr) order by Expr1001 asc