SlideShare uma empresa Scribd logo
1 de 36
Baixar para ler offline
Part II: Microsoft Access
    With extensions to ArcGIS and Google Earth




Excel                                      Access
Excel and Access are very similar when it comes to running
         powerful queries, running sophisticated calculations, generating
         reports and forms, and connecting to external data.




Access
Access is a data management system with relational data.




Access        Excel stores information in worksheets; Access stores data in tables for
              complex querying in relation to data stored in other locations.
Access is a data management system with relational data.




- Require non-relational view of data (especially      -   Require relational database
  if data is mostly numeric)                           -   May need to add more tables in future
- Want to run calculations and statistical             -   Have a very large amount of data
  comparisons                                          -   Have a lot of data that is mostly text
- Dataset is manageable in size (<=15,000              -   Want to run complex queries
  rows)                                                -   Need to maintain connectivity to external
                                                           databases


  Access            Excel stores information in worksheets; Access stores data in tables for
                    complex querying in relation to data stored in other locations.
Access
Interface
Create a new
                    query

                                                         Retrieve, export or
                                                         connect-to data
                                                         outside of Access




        Navigate-to and filter
        tables, queries,           Select the view of
        forms, and reports         your table or query
                                   (Datasheet,
                                   PivotTable,
                                   PivotChart, Design)



Access
Interface
Access
Query Design
Perform summary
                                                                               calculations (sum, count,
                                                                               average, etc.)


                                                                                        Select fields to
Run/execute                                                                             display and
the query                                                                               perform
                                                                                        calculations on +
                                                                                        set relationships




Create new table or edit existing
                                                     Fields and calculations in resulting query
tables when query runs

   Access             You can write the query in SQL, but the Design View is a graphical
   Query Design       user interface (GUI) that requires no knowledge of SQL language.
Field: Field from existing
                                                                            table to be queried
                                                                            Table: Table where selected
                                                                            field exists
                                                                            Total: When Σ Totals is
                                                                            selected, can perform
                                                                            summary calculations (min,
                                                                            max, avg, etc.); default is
                                                                            “Group By”
                                                                            Sort: Ascending,
                                                                            Descending, or not sorted
                                                                            Show: Field will be displayed
                                                                            in query result if checked
                                                                            Criteria: Query for that field
                                                                            Or: Same as “OR” Boolean




Access         Lines below “or:” are the Criteria for fields other than the first. Including different Criteria
               on the same horizontal line is the same as the “AND” Boolean; different Criteria on
Query Design
               different horizontal lines is the same as the “OR” Boolean
1


         2




Access         1. Select the Create tab   2. Select Query Design
Query Design
1




                           2




Access         In the Show Table, select AREA_FAR, buildingclass,
               LOCATION and USE. Double-click to add each table to the
Query Design
               query design.
Access                  Every table should have a unique identifier (the
                        Primary Key, which is the BBL in our case for most
                                                                             You can relate to other tables by dragging one
                                                                             identifying field to another (BBL to BBL,
Setting Relationships   tables).                                             BLDGCLASS TO BLDGCLASS).
5                                                                  2




                                                 1




                                         3                                  4




               1. Double click each of       2. Select Σ Totals 3. Uncheck Show for            4. Under the Total dropdown,   5. Select Run
Access         the fields shown above                           BLDGCLASS and in the           select Sum for LOTAREA and
Query Design   to add them to query.                            Criteria set it to LIKE ‘I*’   BLDGAREA and Sort the
                                                                                               LOTAREA by Descending
Selecting the View returns back to the Query Design




                           LIKE ‘I*’ selects            LIKE ‘*I’ selects   LIKE ‘*I*’ selects
Access
                           anything that                anything that       anything with an “I”
LIKE Statement             begins with “I”              ends with “I”       in it
2

    3




                        1




               1. Back in Design View, change the            2. Save the query   3. Click Run
Access
               BLDGCLASS Criteria to ‘I1’ to list only
Query Design   Hospitals, Sanitariums, Mental Institutions
Oftentimes there are multiple spellings for the same owner.    TIP: Save a copy of the
Access
                   Selecting one name and replacing the others with the          database before making
Updating Records   correct name can be accomplished via a query.                                updates.
1


  3




                       2




                   1. Create a new query        2. Double-click OWNERNAME and in the Criteria   3. Click Run
Access             (Create > Query Design)      enter LIKE ‘*PRESBYTERIAN H*’ in one row;
Updating Records   and add the Location table   LIKE ‘*PRESPYTERIAN H*’ in another
4
6+7




                           5




                   4. Select Update table   5. After removing the *, in the   6. Click Run   7. A dialog will appear
Access                                      Update To row type in                            to confirm the update.
Updating Records                            PRESBYTERIAN HOSPITAL                            Click Yes
Access             Updating the table for Columbia   LIKE ‘*COLUMBIA U*’
Updating Records   University properties             LIKE ‘*ROYAL CHARTER*’
LIKE ‘*S.K.I.*’
Access             Updating the table for Memorial Sloan-   LIKE ‘*SLOAN-KETT*’
Updating Records   Kettering Cancer Center properties       LIKE ‘*MEMORIAL HOSP*’
                                                            LIKE ‘*SKI REAL*’
Access             Updating the table for St. Luke’s-   LIKE “*ST LUKE’S/R*”
                                                        LIKE ‘*ST LUKES-R*’
Updating Records   Roosevelt Hospital properties.
                                                        LIKE ‘*LUKES H*’
4




                          1. Create a   2. Add LOCATION,   3. Select    4. Create an
Access                    new query     AREA_FAR, and      OWNERNAME,   Expression
Complex Queries/Builder                 USE                BLDGCLASS    using Builder
1                    2




                          1. Navigate to your database and      2. Double-click on the desired Expression
Access                    select the table(s) that contain the  Categories to form an expression for the
Complex Queries/Builder   fields for the calculation (AREA_FAR) available built floor area; set the Criteria to >0
Access
Complex Queries/Builder
Access                    To determine where the developable parcels are, return to Design View
Complex Queries/Builder   and add the BBL and ADDRESS
1
3



                                                          2




    Access                    1. Back in Design View,   2. Enter a Table    3. Click Run to add
                              select Make Table         Name and click OK   the table to the
    Complex Queries/Builder
                                                                            database
1    2




                                                                                   2




                  1. Add Manhattan Tax      2. Navigate to ArcCatalog and select
Access
                  Lots 2011 data to a new   Add OLE DB Connection under
Relating to GIS   ArcMap document           Database Connections
1




                                                        2




                  1. Under the Provider tab, select Microsoft   2. Click Next
Access
                  Office 12.0 Access Database Engine OLE
Relating to GIS   DB Provider
1




                                                      2


                                      3




                  1. Enter the location of the   2. Click Test Connection   3. Click OK if the
Access
                  Access database in the Data    to verify that you can     connection was
Relating to GIS   Source field                   connect to the database    successful
Navigate to the database in ArcCatalog and add the
Access
                  HOSP_OPP table to the document (drag and drop into the
Relating to GIS   Table of Contents).
1



                                                              2




                  2. Make a copy of the Manhattan tax lots        3. Join the HOSP_OPP table to the
Access
                  data (right click to copy, paste into Layers)   copied layer on BBL
Relating to GIS
Access
Relating to GIS
2

         1




                                     3




                      1. Select the Layer To KML   2. Select the new layer and      3. Click OK
Access
                      tool under ArcToolbox >      designate the output file; set
GIS to Google Earth   Conversion Tools > To KML    the output scale to 1
Access                File > Open > navigate to the   Google Earth will maintain symbology
GIS to Google Earth   recently-created KMZ file       and data descriptions from ArcMap
Access
GIS to Google Earth
Columbia University intent to
                                               redevelop existing parking garage




                                                        Applied Sciences NYC
                                                        – Cornell University
                                                        and Israel Institute of
                                                        Technology

MSK to expand
existing hospital       Hunter College to
                        move to E76th Street
                        DSNY garage site; to
                        relocate garage on
                        E25th Street




  Access
  GIS to Google Earth

Mais conteúdo relacionado

Mais procurados

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
1520lakshyagupta
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
comatsg
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPoint
nhumar
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
Sha Tibnjn
 

Mais procurados (20)

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
Ms access 2010
Ms access 2010Ms access 2010
Ms access 2010
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
 
SQL subquery
SQL subquerySQL subquery
SQL subquery
 
Ms access
Ms accessMs access
Ms access
 
Ms access
Ms accessMs access
Ms access
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
 
Lesson 1: Introduction to DBMS
Lesson 1: Introduction to DBMSLesson 1: Introduction to DBMS
Lesson 1: Introduction to DBMS
 
Introduction to ms access
Introduction to ms accessIntroduction to ms access
Introduction to ms access
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Ms access 2007
Ms access 2007Ms access 2007
Ms access 2007
 
joins and subqueries in big data analysis
joins and subqueries in big data analysisjoins and subqueries in big data analysis
joins and subqueries in big data analysis
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPoint
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
 
001.general
001.general001.general
001.general
 
Ms excel ppt
Ms excel pptMs excel ppt
Ms excel ppt
 
Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)
 
Lesson 2 network database system
Lesson 2 network database systemLesson 2 network database system
Lesson 2 network database system
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 

Destaque

Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
okmomwalking
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
Hardik Patel
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
jigeno
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
egirshovich
 

Destaque (17)

Network Simulation
Network SimulationNetwork Simulation
Network Simulation
 
Ns 2 Network Simulator An Introduction
Ns 2 Network Simulator An IntroductionNs 2 Network Simulator An Introduction
Ns 2 Network Simulator An Introduction
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 Database
 
Microsoft Access 2007: Get To Know Access
Microsoft Access 2007: Get To Know AccessMicrosoft Access 2007: Get To Know Access
Microsoft Access 2007: Get To Know Access
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007
 
Access 2007 Training
Access 2007 TrainingAccess 2007 Training
Access 2007 Training
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 Ecdl
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
 
Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Training
 
MS Excel Training(Basic)
MS Excel Training(Basic)MS Excel Training(Basic)
MS Excel Training(Basic)
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
1500 most common phrasal verbs with bangla meanings ex
1500 most common phrasal verbs with bangla meanings ex 1500 most common phrasal verbs with bangla meanings ex
1500 most common phrasal verbs with bangla meanings ex
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 

Semelhante a Access presentation

DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
EzekielJames8
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Splunk | Reporting Use Cases
Splunk | Reporting Use CasesSplunk | Reporting Use Cases
Splunk | Reporting Use Cases
Beth Goldman
 
The life of a query (oracle edition)
The life of a query (oracle edition)The life of a query (oracle edition)
The life of a query (oracle edition)
maclean liu
 
Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009
Namit Jain
 

Semelhante a Access presentation (20)

DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
 
NoSQL - A Closer Look to Couchbase
NoSQL - A Closer Look to CouchbaseNoSQL - A Closer Look to Couchbase
NoSQL - A Closer Look to Couchbase
 
Spark Sql and DataFrame
Spark Sql and DataFrameSpark Sql and DataFrame
Spark Sql and DataFrame
 
A Gentle Introduction to Microsoft SSAS
A Gentle Introduction to Microsoft SSASA Gentle Introduction to Microsoft SSAS
A Gentle Introduction to Microsoft SSAS
 
Power bi
Power biPower bi
Power bi
 
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
PowerBI Training
PowerBI Training PowerBI Training
PowerBI Training
 
Splunk | Reporting Use Cases
Splunk | Reporting Use CasesSplunk | Reporting Use Cases
Splunk | Reporting Use Cases
 
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
 
Session 14 - Hive
Session 14 - HiveSession 14 - Hive
Session 14 - Hive
 
The life of a query (oracle edition)
The life of a query (oracle edition)The life of a query (oracle edition)
The life of a query (oracle edition)
 
U-SQL Partitioned Data and Tables (SQLBits 2016)
U-SQL Partitioned Data and Tables (SQLBits 2016)U-SQL Partitioned Data and Tables (SQLBits 2016)
U-SQL Partitioned Data and Tables (SQLBits 2016)
 
How to build tabular dashboards using proc report
How to build tabular dashboards using proc reportHow to build tabular dashboards using proc report
How to build tabular dashboards using proc report
 
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BIOffice 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
 
Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009
 
Business Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdfBusiness Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdf
 
Database Change Management | Change Manager 5.1 Beta
Database Change Management | Change Manager 5.1 BetaDatabase Change Management | Change Manager 5.1 Beta
Database Change Management | Change Manager 5.1 Beta
 

Mais de DUSPviz

Mais de DUSPviz (20)

Intro to inkscape
Intro to inkscapeIntro to inkscape
Intro to inkscape
 
Intro to Tableau Public
Intro to Tableau PublicIntro to Tableau Public
Intro to Tableau Public
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft Access
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Intro to AutoCAD
Intro to AutoCADIntro to AutoCAD
Intro to AutoCAD
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
 
Habits of Effective Designers - Handout
Habits of Effective Designers - HandoutHabits of Effective Designers - Handout
Habits of Effective Designers - Handout
 
Habits of Effective Designers
Habits of Effective DesignersHabits of Effective Designers
Habits of Effective Designers
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Introduction to InDesign
Introduction to InDesignIntroduction to InDesign
Introduction to InDesign
 
Python Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part IIPython Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part II
 
Python Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part IPython Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part I
 
The DUSP GIS Data Drive
The DUSP GIS Data DriveThe DUSP GIS Data Drive
The DUSP GIS Data Drive
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015
 
Setting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS EnvironmentSetting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS Environment
 
AFS Connection Instructions
AFS Connection InstructionsAFS Connection Instructions
AFS Connection Instructions
 
Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

Access presentation

  • 1. Part II: Microsoft Access With extensions to ArcGIS and Google Earth Excel Access
  • 2. Excel and Access are very similar when it comes to running powerful queries, running sophisticated calculations, generating reports and forms, and connecting to external data. Access
  • 3. Access is a data management system with relational data. Access Excel stores information in worksheets; Access stores data in tables for complex querying in relation to data stored in other locations.
  • 4. Access is a data management system with relational data. - Require non-relational view of data (especially - Require relational database if data is mostly numeric) - May need to add more tables in future - Want to run calculations and statistical - Have a very large amount of data comparisons - Have a lot of data that is mostly text - Dataset is manageable in size (<=15,000 - Want to run complex queries rows) - Need to maintain connectivity to external databases Access Excel stores information in worksheets; Access stores data in tables for complex querying in relation to data stored in other locations.
  • 6. Create a new query Retrieve, export or connect-to data outside of Access Navigate-to and filter tables, queries, Select the view of forms, and reports your table or query (Datasheet, PivotTable, PivotChart, Design) Access Interface
  • 8. Perform summary calculations (sum, count, average, etc.) Select fields to Run/execute display and the query perform calculations on + set relationships Create new table or edit existing Fields and calculations in resulting query tables when query runs Access You can write the query in SQL, but the Design View is a graphical Query Design user interface (GUI) that requires no knowledge of SQL language.
  • 9. Field: Field from existing table to be queried Table: Table where selected field exists Total: When Σ Totals is selected, can perform summary calculations (min, max, avg, etc.); default is “Group By” Sort: Ascending, Descending, or not sorted Show: Field will be displayed in query result if checked Criteria: Query for that field Or: Same as “OR” Boolean Access Lines below “or:” are the Criteria for fields other than the first. Including different Criteria on the same horizontal line is the same as the “AND” Boolean; different Criteria on Query Design different horizontal lines is the same as the “OR” Boolean
  • 10. 1 2 Access 1. Select the Create tab 2. Select Query Design Query Design
  • 11. 1 2 Access In the Show Table, select AREA_FAR, buildingclass, LOCATION and USE. Double-click to add each table to the Query Design query design.
  • 12. Access Every table should have a unique identifier (the Primary Key, which is the BBL in our case for most You can relate to other tables by dragging one identifying field to another (BBL to BBL, Setting Relationships tables). BLDGCLASS TO BLDGCLASS).
  • 13. 5 2 1 3 4 1. Double click each of 2. Select Σ Totals 3. Uncheck Show for 4. Under the Total dropdown, 5. Select Run Access the fields shown above BLDGCLASS and in the select Sum for LOTAREA and Query Design to add them to query. Criteria set it to LIKE ‘I*’ BLDGAREA and Sort the LOTAREA by Descending
  • 14. Selecting the View returns back to the Query Design LIKE ‘I*’ selects LIKE ‘*I’ selects LIKE ‘*I*’ selects Access anything that anything that anything with an “I” LIKE Statement begins with “I” ends with “I” in it
  • 15. 2 3 1 1. Back in Design View, change the 2. Save the query 3. Click Run Access BLDGCLASS Criteria to ‘I1’ to list only Query Design Hospitals, Sanitariums, Mental Institutions
  • 16. Oftentimes there are multiple spellings for the same owner. TIP: Save a copy of the Access Selecting one name and replacing the others with the database before making Updating Records correct name can be accomplished via a query. updates.
  • 17. 1 3 2 1. Create a new query 2. Double-click OWNERNAME and in the Criteria 3. Click Run Access (Create > Query Design) enter LIKE ‘*PRESBYTERIAN H*’ in one row; Updating Records and add the Location table LIKE ‘*PRESPYTERIAN H*’ in another
  • 18. 4 6+7 5 4. Select Update table 5. After removing the *, in the 6. Click Run 7. A dialog will appear Access Update To row type in to confirm the update. Updating Records PRESBYTERIAN HOSPITAL Click Yes
  • 19. Access Updating the table for Columbia LIKE ‘*COLUMBIA U*’ Updating Records University properties LIKE ‘*ROYAL CHARTER*’
  • 20. LIKE ‘*S.K.I.*’ Access Updating the table for Memorial Sloan- LIKE ‘*SLOAN-KETT*’ Updating Records Kettering Cancer Center properties LIKE ‘*MEMORIAL HOSP*’ LIKE ‘*SKI REAL*’
  • 21. Access Updating the table for St. Luke’s- LIKE “*ST LUKE’S/R*” LIKE ‘*ST LUKES-R*’ Updating Records Roosevelt Hospital properties. LIKE ‘*LUKES H*’
  • 22. 4 1. Create a 2. Add LOCATION, 3. Select 4. Create an Access new query AREA_FAR, and OWNERNAME, Expression Complex Queries/Builder USE BLDGCLASS using Builder
  • 23. 1 2 1. Navigate to your database and 2. Double-click on the desired Expression Access select the table(s) that contain the Categories to form an expression for the Complex Queries/Builder fields for the calculation (AREA_FAR) available built floor area; set the Criteria to >0
  • 25. Access To determine where the developable parcels are, return to Design View Complex Queries/Builder and add the BBL and ADDRESS
  • 26. 1 3 2 Access 1. Back in Design View, 2. Enter a Table 3. Click Run to add select Make Table Name and click OK the table to the Complex Queries/Builder database
  • 27. 1 2 2 1. Add Manhattan Tax 2. Navigate to ArcCatalog and select Access Lots 2011 data to a new Add OLE DB Connection under Relating to GIS ArcMap document Database Connections
  • 28. 1 2 1. Under the Provider tab, select Microsoft 2. Click Next Access Office 12.0 Access Database Engine OLE Relating to GIS DB Provider
  • 29. 1 2 3 1. Enter the location of the 2. Click Test Connection 3. Click OK if the Access Access database in the Data to verify that you can connection was Relating to GIS Source field connect to the database successful
  • 30. Navigate to the database in ArcCatalog and add the Access HOSP_OPP table to the document (drag and drop into the Relating to GIS Table of Contents).
  • 31. 1 2 2. Make a copy of the Manhattan tax lots 3. Join the HOSP_OPP table to the Access data (right click to copy, paste into Layers) copied layer on BBL Relating to GIS
  • 33. 2 1 3 1. Select the Layer To KML 2. Select the new layer and 3. Click OK Access tool under ArcToolbox > designate the output file; set GIS to Google Earth Conversion Tools > To KML the output scale to 1
  • 34. Access File > Open > navigate to the Google Earth will maintain symbology GIS to Google Earth recently-created KMZ file and data descriptions from ArcMap
  • 36. Columbia University intent to redevelop existing parking garage Applied Sciences NYC – Cornell University and Israel Institute of Technology MSK to expand existing hospital Hunter College to move to E76th Street DSNY garage site; to relocate garage on E25th Street Access GIS to Google Earth