Get in Touch

Course Outline

Relational database models

  • The structure of a relational database
  • Relational operators

Downloading data

  • Rules for writing SQL queries
  • The syntax for the SELECT statement
  • Selecting all columns
  • Queries from arithmetic operations
  • Column aliases
  • Literals
  • Concatenation

Restricting results

  • The WHERE clause
  • The comparison operators
  • LIKE condition
  • The BETWEEN ... AND condition
  • The IS NULL condition
  • The IN condition
  • Logical operators
  • Combining multiple conditions in the WHERE clause
  • The order of operator evaluation
  • The DISTINCT clause

Sorting Data

  • The ORDER BY clause
  • Sorting by multiple columns or expressions

SQL Functions

  • The differences between single-row and multi-row functions
  • Text, numeric, and date functions
  • Conversion functions
  • Nesting functions
  • Handling NULL values

Aggregating data using grouping functions

  • Grouping functions
  • How grouping functions treat NULL values
  • Creating data groups - the GROUP BY clause
  • Grouping by multiple columns
  • Reducing grouped function results - the HAVING clause

Retrieving data from multiple tables

  • Types of joins
  • Table aliases
  • Joins in the WHERE clause
  • INNER JOIN
  • Outer joins: LEFT and RIGHT
  • Cartesian product

Subqueries

  • Placing subqueries in the SELECT statement
  • Single-row and multi-row subqueries
  • Operators for single-row subqueries
  • Operators for multi-row subqueries: IN, ALL, ANY

Set operators

  • UNION operator
  • INTERSECT operator
  • EXCEPT operator

Insert, update, and delete data

  • INSERT command
  • UPDATE command
  • DELETE command

Transactions

Requirements

  • Computer literacy
  • Knowledge of any operating system
 14 Hours

Number of participants


Price per participant

Testimonials (3)

Upcoming Courses

Related Categories