Discover how to write powerful SQL queries that enable you to retrieve data from one table or from multiple tables stored in the database simultaneously. In this course, you will learn how to retrieve more meaningful data from one or more tables stored in a database. You will learn how to merge data from multiple columns, how to create calculated fields, and how to order and group the results from a query. You will also learn how to create a single join query or subquery to obtain data from multiple tables simultaneously.
Students should have a competency in the Introductory level of SQL
CEUs/ILUs: 1.6
Length (in hours): 16
Price in USD $245.00
Price in CAD $329.00
Agenda
Unit 5
Creating Calculated Fields and using Aggregate Functions
-
Structured Query Language Review
-
Creating calculated fields
-
Concatenating columns
-
Using aggregate functions
Unit 6
Using Clauses in Structured Query Language
-
Using the ORDER BY clause
-
Using the GROUP BY clause
-
Using the GROUP BY clause and WHERE clause
-
Using the HAVING clause
Unit 7
Creating Table Joins
-
Creating Inner joins
-
Creating Outer joins
-
Creating Self joins
Unit 8
Creating Subqueries
-
Creating subqueries
-
Creating subqueries that contain calculated fields
-
Creating subqueries that contain aggregate functions