SQL Querying Fundamentals – Part 1

Live online events

In this course, students will compose SQL queries to retrieve desired information from a database.

  • 18
    Dec
    1 day, Mon 8:00 AM CST - Mon 4:00 PM CST
    Online
    • Group Rates Apply (6 or more) $668.59 excl. GST + PST (SK)
    • $695.00 excl. GST + PST (SK)
None of these dates work for you? Suggest another date & time

Description

Who Should Attend

Individuals with basic computer skills, familiar with concepts related to database structure and terminology, and who want to use SQL to query databases.

Course Objectives

Upon successful completion of this course, students will be able to:

  • connect to the SQL Server database and execute a simple query.
  • include a search condition in a simple query.
  • use various functions to perform calculations on data.
  • organize data obtained from a query before it is displayed on-screen.
  • retrieve data from tables.
  • format an output, save a result, and generate a report.

Agenda

1 - Executing a Simple Query

  • Connect to the SQL Database
  • Query a Database
  • Save a Query
  • Modify a Query
  • Execute a Saved Query

2 - Performing a Conditional Search

  • Search Using a Simple Condition
  • Compare Column Values
  • Search Using Multiple Conditions
  • Search for a Range of Values and Null Values
  • Retrieve Data Based on Patterns

3 - Working with Functions

  • Perform Date Calculations
  • Calculate Data Using Aggregate Functions
  • Manipulate String Values

4 - Organizing Data

  • Sort Data
  • Rank Data
  • Group Data
  • Filter Grouped Data
  • Summarize Grouped Data
  • Use PIVOT and UNPIVOT Operators

5 - Retrieving Data from Tables

  • Combine Results of Two Queries
  • Compare the Results of Two Queries
  • Retrieve Data by Joining Tables
  • Check for Unmatched Records
  • Retrieve Information from a Single Table Using Joins

6 - Presenting Query Results

  • Save the Query Result
  • Generate an XML Report