Cisco Training Courses

Insoft has been serving IT community with official Cisco training offering since 2010. Find all the relevant information on Cisco training on this page.

View More

Cisco Certifications

Experience a blended learning approach that combines the best of instructor-led training and self-paced e-learning to help you prepare for your certification exam.

View More

Cisco Learning Credits

Cisco Learning Credits (CLCs) are prepaid training vouchers redeemed directly with Cisco that make planning for your success easier when purchasing Cisco products and services.

Have CLCs and want to redeem them?

Cisco Continuing Education

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

View More

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

View More

Fortinet Technical Certifications

The Fortinet Network Security Expert (NSE) program is an eight-level training and certification program to teach engineers of their network security for Fortinet FW skills and experience.

View More

Fortinet Technical Courses

Insoft is recognised as Fortinet Authorized Training Center in selected locations across EMEA.

View More

ATC Status

Check our ATC Status across selected countries in Europe.

View More

Fortinet Services Packages

Insoft Services has developed a specific solution to streamline and simplify the process of installing or migrating to Fortinet Products.

Browse Packages

Prepforce Bootcamp

The only comprehensive source available today to prepare for Fortinet NSE 8 certification globally.

View More

Microsoft Training

Insoft Services provides Microsoft training in EMEAR. We provide Microsoft technical training and certification courses that are led by world-class instructors.

View More

Technical Training

The evolution of Extreme Networks Technical Training provides a comprehensive progressive pathway from Associate to Professional accreditation.

View More

ATP Accreditation

As an authorised training partner (ATP), Insoft Services ensures that you receive the highest standards of education available.

View More

What we do

Through our global presence and partner ecosystem, we provide strategic IT consulting services to align IT services with customers' business goals.

View More

 

We are pleased to launch pre-scoped Enterprise Networking Consulting Packages, our ready-made solutions, tailored to ensure efficiency and cost containment.

 

View More

 

We specialize in the deployment of vendor-specific automation tools as well as open-source and vendor-independent solutions, that can be tuned in accordance with the business needs of a specific organization.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

We provide comprehensive IoT consultancy, deployment and support solutions for businesses that want to launch or improve their use of connected technologies.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

We provide the highest level of expertise on Cisco consultancy services, that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

We provide the highest level of expertise on Fortinet consultancy services that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

Our team can help enterprises, get the most value from Extreme products and services following our predefined value-added packages or custom ones that fits business needs.

 

View More

About Us

Our training portfolio includes a wide range of IT training from IP providers, including Cisco, Extreme Networks, Fortinet, Microsoft, to name a few, in EMEA.

View More

Writing Analytical Queries for Business Intelligence

Contact Us

We would love to hear from you. Please complete this form to pre-book or request further information about our delivery options.

Data Protection & Privacy

I hereby allow Insoft Ltd. to contact me on this topic. Further, I authorise Insoft Ltd. processing, using collecting and storing my personal data for the purpose of these activities. All your data will be protected and secured as outlined in our privacy policy.

Close

Writing Analytical Queries for Business Intelligence

Enroll Now
Writing Analytical Queries for Business Intelligence
Duration
3 Days
Delivery
(Online and onsite)
Price
Price Upon Request

This three-day instructor led course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. Specifically, this course presents TSQL within the context of data analysis – in other words, making meaning from the data rather than transaction-oriented data-tier application development.

The course starts with a brief discussion of levels of measurement and quantitative research methodogy, and integrates these concepts into each TSQL topic presented. The goal is to provide a consistent, direct, and purposeful learning path for RDBMS data retrieval for use in analytical tools such as SQL Server Reporting Services, PowerBI, R, and Excel.

  • Identify independent and dependent variables and measurement levels in their own analytical work scenarios.
  • Identify variables of interest in relational database tables.
  • Choose a data aggregation level and data set design appropriate for the intended analysis and tool.
  • Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others.
  • Create stored procedures, views, and functions to modularize data retrieval code.

Module 1: Introduction to TSQL for Business Intelligence

This module discusses writing analytical queries vs. transactional DML queries, and describes the typical architecture of a business intelligence environment. It discusses the role of SELECT queries in retrieving data for analysis from relational databases. It introduces the sample database to be used in the course, and begins a presentation of the SELECT query.

Lessons

  • Two Approaches to SQL Programming
  • TSQL Data Retrieval in an Analytics / Business Intelligence Environment
  • The Database Engine
  • SQL Server Management Studio and the CarDeal Sample Database
  • Identifying Variables in Tables
  • SQL is a Declarative Language
  • Introduction to the SELECT Query

Lab 1: Introduction to TSQL for Business Intelligence

  • Create a database diagram
  • Create and execute basic SELECT queries

After completing this module, students will be able to:

  • Describe the purpose of analytical queries
  • Describe the function of TSQL data retrieval in an analytics / business intelligence environment
  • Describe the primary functions of the database engine
  • Discuss TSQL as a declarative language
  • Identify variables of interest in database tables
  • Write basic SELECT queries

 

Module 2: Turning Table Columns into Variables for Analysis: SELECT List Expressions, WHERE, and ORDER BY

This module covers the identification of and relationship between levels of measurement and column data types. It continues a discussion of the SELECT query and adds the WHERE and ORDER BY clauses.

Lessons

  • Turning Columns into Variables for Analysis
  • Column Expressions, Data Types, and Built-in Functions
  • Column aliases
  • Data type conversions
  • Built-in Scalar Functions
  • Table Aliases
  • The WHERE clause
  • ORDER BY

Lab 1: Write queries using:

  • Column and table aliases
  • DISTINCT
  • WHERE
  • ORDER BY
  • Built-in functions
  • Explicit and implicit data type conversion

After completing this module, students will be able to:

  • Implement column expressions in SELECT queries
  • Implement column and table aliases
  • Describe data types and Implement data type conversions
  • Implement built-in functions
  • Use WHERE and ORDER BY clauses in SELECT queries

 

Module 3: Combining Columns from Multiple Tables into a Single Dataset: The JOIN Operators

Module 3 discusses creating single datasets for analysis by combining results from multiple database tables using JOIN.

Lessons

  • Primary Keys, Foreign Keys, and Joins
  • Understanding Joins, Part 1: CROSS JOIN and the Full Cartesian Product
  • Understanding Joins, Part 2: The INNER JOIN
  • Understanding Joins, Part 3: The OUTER JOINS
  • Understanding Joins, Part 4: Joining more than two tables
  • Understanding Joins, Part 5: Combining INNER and OUTER JOINs
  • Combining JOIN Operations with WHERE and ORDER BY

Lab 1: Write SELECT queries using:

  • Inner join
  • Left, right, and full join
  • Joins of more than two tables
  • Join operators, in addition to WHERE and ORDER BY

After completing this module, students will be able to:

  • Discuss and describe the conceptual flow of JOIN operations
  • Implement INNER and OUTER JOIN operations on two or more tables
  • Describe the order of operations of SELECT clauses
  • Combine JOIN operations with WHERE and ORDER BY

 

Module 4: Creating an Appropriate Aggregation Level Using GROUP BY

This module covers the aggregation of quantitative column values across grouping factors for the purpose of groupwise comparisons and/or changing the granularity of a dataset.

Lessons

  • Identifying required aggregation level and granularity
  • Aggregate Functions
  • GROUP BY
  • HAVING
  • Order of operations in SELECT queries

Lab 1: Write queries using:

  • Aggregate functions
  • Aggregate function with HAVING
  • Aggregate function with GROUP BY and HAVING
  • Aggregate function with GROUP BY, HAVING, WHERE, and ORDER BY

After completing this module, students will be able to:

  • Describe row granularity of result sets
  • Discuss and implement aggregate functions to achieve required row granularity
  • Use GROUP BY to calculate aggregate values for groups
  • Use HAVING to filter records in the result set by aggregate value
  • Combine GROUP BY and HAVING with WHERE and ORDER BY

 

Module 5: Subqueries, Derived Tables and Common Table Expressions

This module covers the use of subqueries, derived tables, and common table expressions in SELECT queries as techniques for creating intermediate result sets.

Lessons

  • Non-correlated and correlated subqueries
  • Derived tables
  • Common table expressions

Lab 1: Write queries using:

  • Non-correlated subqueries
  • Correlated subqueries
  • Derived tables
  • Common table expressions
  • Subqueries, derived tables, and common table expressions in combination with other topics covered in previous modules

After completing this module, students will be able to:

  • Describe and discuss the rationale of creating intermediate results sets within SELECT queries
  • Implement non-correlated and correlated subqueries
  • Implement derived tables
  • Implement Common Table Expressions
  • Create intermediate to advanced TSQL queries to retrieve result sets for analysis

 

Module 6: Encapsulating Data Retrieval Logic

This module discusses the encapsulation of data retrieval logic in views, table-valued functions, and stored procedures. It also describes scenarios in which these techniques are useful for producing datasets for analysis. Finally, it describes the database security issues involved, and techniques for creating and using these database objects while maintaining current permission sets on source data.

Lessons

  • Views
  • Table-valued functions
  • Stored procedures
  • Creating objects for read-access users
  • Creating database accounts for analytical client tools

Lab 1: Encapsulating Data Retrieval Logic

  • Create a SQL login
  • Create a database user and assign required permissions
  • Create a database schema for views, functions, and stored procs
  • Create a view
  • Create a table-values function
  • Create a stored procedure
  • Allow a user with read-only access to use views, table-valued functions, and store procedures

After completing this module, students will be able to:

  • Identify scenarios in which views, table-valued functions, and stored procedures simply data retrieval
  • Compare and contrast views, table-valued functions, and stored procedures
  • Create views, table-valued functions, and stored procedures
  • Describe the security requirement for creating database objects
  • Implement views, table-valued functions, and stored procedures for users with read-only access to source data

 

Module 7: Getting Your Dataset to the Client

This module covers common techniques for making datasets produced by SELECT queries available to analytical client tools such as SQL Server Reporting Services, PowerBI, Excel, and R. It discusses running queries directly from the client tool, in addition to exporting datasets to text files which can then be accessed by the client tool.

Lessons

  • Connecting to SQL Server and Submitting Queries from Client Tools
  • Connecting and running SELECT queries from:
  • Excel
  • PowerBI
  • RStudio
  • Exporting datasets to files using
  • Results pane from SSMS
  • The bcp utility
  • The Import/Export Wizard

Lab 1: Getting Your Dataset to the Client

  • Retrieving the results of a view in Excel
  • Running an ad-hoc SELECT query from Excel
  • Running an ad-hoc query from PowerBI
  • Running an ad-hoc query from RStudio
  • Using the Import/Export wizard to write the results of a query to a text file

After completing this module, students will be able to:

  • Describe the properties of database connection strings
  • Run queries from, and return results to, Excel, PowerBI, and RStudio
  • Export query results to external text files using the SSMS results pane, the bcp utility, and the Import/Export Wizard

This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools.

  • Context knowledge of data analysis and business intelligence scenarios. For example, an understanding of a work-related business intelligence project or need.
  • Basic knowledge of the Windows operating system and its core functionality, including file system navigation.
  • Basic understanding of the purpose of relational database management systems such as SQL Server.

This three-day instructor led course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. Specifically, this course presents TSQL within the context of data analysis – in other words, making meaning from the data rather than transaction-oriented data-tier application development.

The course starts with a brief discussion of levels of measurement and quantitative research methodogy, and integrates these concepts into each TSQL topic presented. The goal is to provide a consistent, direct, and purposeful learning path for RDBMS data retrieval for use in analytical tools such as SQL Server Reporting Services, PowerBI, R, and Excel.

  • Identify independent and dependent variables and measurement levels in their own analytical work scenarios.
  • Identify variables of interest in relational database tables.
  • Choose a data aggregation level and data set design appropriate for the intended analysis and tool.
  • Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others.
  • Create stored procedures, views, and functions to modularize data retrieval code.

Module 1: Introduction to TSQL for Business Intelligence

This module discusses writing analytical queries vs. transactional DML queries, and describes the typical architecture of a business intelligence environment. It discusses the role of SELECT queries in retrieving data for analysis from relational databases. It introduces the sample database to be used in the course, and begins a presentation of the SELECT query.

Lessons

  • Two Approaches to SQL Programming
  • TSQL Data Retrieval in an Analytics / Business Intelligence Environment
  • The Database Engine
  • SQL Server Management Studio and the CarDeal Sample Database
  • Identifying Variables in Tables
  • SQL is a Declarative Language
  • Introduction to the SELECT Query

Lab 1: Introduction to TSQL for Business Intelligence

  • Create a database diagram
  • Create and execute basic SELECT queries

After completing this module, students will be able to:

  • Describe the purpose of analytical queries
  • Describe the function of TSQL data retrieval in an analytics / business intelligence environment
  • Describe the primary functions of the database engine
  • Discuss TSQL as a declarative language
  • Identify variables of interest in database tables
  • Write basic SELECT queries

 

Module 2: Turning Table Columns into Variables for Analysis: SELECT List Expressions, WHERE, and ORDER BY

This module covers the identification of and relationship between levels of measurement and column data types. It continues a discussion of the SELECT query and adds the WHERE and ORDER BY clauses.

Lessons

  • Turning Columns into Variables for Analysis
  • Column Expressions, Data Types, and Built-in Functions
  • Column aliases
  • Data type conversions
  • Built-in Scalar Functions
  • Table Aliases
  • The WHERE clause
  • ORDER BY

Lab 1: Write queries using:

  • Column and table aliases
  • DISTINCT
  • WHERE
  • ORDER BY
  • Built-in functions
  • Explicit and implicit data type conversion

After completing this module, students will be able to:

  • Implement column expressions in SELECT queries
  • Implement column and table aliases
  • Describe data types and Implement data type conversions
  • Implement built-in functions
  • Use WHERE and ORDER BY clauses in SELECT queries

 

Module 3: Combining Columns from Multiple Tables into a Single Dataset: The JOIN Operators

Module 3 discusses creating single datasets for analysis by combining results from multiple database tables using JOIN.

Lessons

  • Primary Keys, Foreign Keys, and Joins
  • Understanding Joins, Part 1: CROSS JOIN and the Full Cartesian Product
  • Understanding Joins, Part 2: The INNER JOIN
  • Understanding Joins, Part 3: The OUTER JOINS
  • Understanding Joins, Part 4: Joining more than two tables
  • Understanding Joins, Part 5: Combining INNER and OUTER JOINs
  • Combining JOIN Operations with WHERE and ORDER BY

Lab 1: Write SELECT queries using:

  • Inner join
  • Left, right, and full join
  • Joins of more than two tables
  • Join operators, in addition to WHERE and ORDER BY

After completing this module, students will be able to:

  • Discuss and describe the conceptual flow of JOIN operations
  • Implement INNER and OUTER JOIN operations on two or more tables
  • Describe the order of operations of SELECT clauses
  • Combine JOIN operations with WHERE and ORDER BY

 

Module 4: Creating an Appropriate Aggregation Level Using GROUP BY

This module covers the aggregation of quantitative column values across grouping factors for the purpose of groupwise comparisons and/or changing the granularity of a dataset.

Lessons

  • Identifying required aggregation level and granularity
  • Aggregate Functions
  • GROUP BY
  • HAVING
  • Order of operations in SELECT queries

Lab 1: Write queries using:

  • Aggregate functions
  • Aggregate function with HAVING
  • Aggregate function with GROUP BY and HAVING
  • Aggregate function with GROUP BY, HAVING, WHERE, and ORDER BY

After completing this module, students will be able to:

  • Describe row granularity of result sets
  • Discuss and implement aggregate functions to achieve required row granularity
  • Use GROUP BY to calculate aggregate values for groups
  • Use HAVING to filter records in the result set by aggregate value
  • Combine GROUP BY and HAVING with WHERE and ORDER BY

 

Module 5: Subqueries, Derived Tables and Common Table Expressions

This module covers the use of subqueries, derived tables, and common table expressions in SELECT queries as techniques for creating intermediate result sets.

Lessons

  • Non-correlated and correlated subqueries
  • Derived tables
  • Common table expressions

Lab 1: Write queries using:

  • Non-correlated subqueries
  • Correlated subqueries
  • Derived tables
  • Common table expressions
  • Subqueries, derived tables, and common table expressions in combination with other topics covered in previous modules

After completing this module, students will be able to:

  • Describe and discuss the rationale of creating intermediate results sets within SELECT queries
  • Implement non-correlated and correlated subqueries
  • Implement derived tables
  • Implement Common Table Expressions
  • Create intermediate to advanced TSQL queries to retrieve result sets for analysis

 

Module 6: Encapsulating Data Retrieval Logic

This module discusses the encapsulation of data retrieval logic in views, table-valued functions, and stored procedures. It also describes scenarios in which these techniques are useful for producing datasets for analysis. Finally, it describes the database security issues involved, and techniques for creating and using these database objects while maintaining current permission sets on source data.

Lessons

  • Views
  • Table-valued functions
  • Stored procedures
  • Creating objects for read-access users
  • Creating database accounts for analytical client tools

Lab 1: Encapsulating Data Retrieval Logic

  • Create a SQL login
  • Create a database user and assign required permissions
  • Create a database schema for views, functions, and stored procs
  • Create a view
  • Create a table-values function
  • Create a stored procedure
  • Allow a user with read-only access to use views, table-valued functions, and store procedures

After completing this module, students will be able to:

  • Identify scenarios in which views, table-valued functions, and stored procedures simply data retrieval
  • Compare and contrast views, table-valued functions, and stored procedures
  • Create views, table-valued functions, and stored procedures
  • Describe the security requirement for creating database objects
  • Implement views, table-valued functions, and stored procedures for users with read-only access to source data

 

Module 7: Getting Your Dataset to the Client

This module covers common techniques for making datasets produced by SELECT queries available to analytical client tools such as SQL Server Reporting Services, PowerBI, Excel, and R. It discusses running queries directly from the client tool, in addition to exporting datasets to text files which can then be accessed by the client tool.

Lessons

  • Connecting to SQL Server and Submitting Queries from Client Tools
  • Connecting and running SELECT queries from:
  • Excel
  • PowerBI
  • RStudio
  • Exporting datasets to files using
  • Results pane from SSMS
  • The bcp utility
  • The Import/Export Wizard

Lab 1: Getting Your Dataset to the Client

  • Retrieving the results of a view in Excel
  • Running an ad-hoc SELECT query from Excel
  • Running an ad-hoc query from PowerBI
  • Running an ad-hoc query from RStudio
  • Using the Import/Export wizard to write the results of a query to a text file

After completing this module, students will be able to:

  • Describe the properties of database connection strings
  • Run queries from, and return results to, Excel, PowerBI, and RStudio
  • Export query results to external text files using the SSMS results pane, the bcp utility, and the Import/Export Wizard

This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools.

  • Context knowledge of data analysis and business intelligence scenarios. For example, an understanding of a work-related business intelligence project or need.
  • Basic knowledge of the Windows operating system and its core functionality, including file system navigation.
  • Basic understanding of the purpose of relational database management systems such as SQL Server.
    Upcoming Dates
  • ` Jul 3 - Jul 5, 2023
  • ` Jul 31 - Aug 2, 2023
  • ` Aug 28 - Aug 30, 2023
  • ` Sep 25 - Sep 27, 2023
  • ` Oct 23 - Oct 25, 2023
  • ` Nov 20 - Nov 22, 2023