Get in Touch

Course Outline

Retrieving Data from Databases

  • Syntax rules
  • Selecting all columns
  • Projection
  • Arithmetic operations in SQL
  • Column aliases
  • Literals
  • Concatenation

Filtering Result Tables

  • WHERE clause
  • Comparison operators
  • LIKE condition
  • BETWEEN...AND condition
  • IS NULL condition
  • IN condition
  • Logical operators: AND, OR, NOT
  • Multiple conditions in the WHERE clause
  • Operator precedence
  • DISTINCT clause

Sorting Result Tables

  • ORDER BY clause
  • Sorting by multiple columns or expressions

SQL Functions

  • Differences between single-row and multi-row functions
  • Character, numeric, and DateTime functions
  • Explicit and implicit data conversion
  • Conversion functions
  • Nested functions
  • The Dual table (Oracle vs. other databases)
  • Retrieving current date and time using various functions

Aggregating Data with Aggregate Functions

  • Overview of aggregate functions
  • Handling NULL values in aggregate functions
  • GROUP BY clause
  • Grouping by various columns
  • Filtering aggregated data with the HAVING clause
  • Multidimensional grouping using ROLLUP and CUBE operators
  • Identifying summaries with GROUPING
  • GROUPING SETS operator

Retrieving Data from Multiple Tables

  • Different types of joins
  • NATURAL JOIN
  • Table aliases
  • Oracle syntax: Join conditions in the WHERE clause
  • SQL99 syntax: INNER JOIN
  • SQL99 syntax: LEFT, RIGHT, and FULL OUTER JOINS
  • Cartesian product (Oracle and SQL99 syntax)

Subqueries

  • When and where to use subqueries
  • Single-row and multi-row subqueries
  • Operators for single-row subqueries
  • Using aggregate functions within subqueries
  • Operators for multi-row subqueries: IN, ALL, ANY

Set Operators

  • UNION
  • UNION ALL
  • INTERSECT
  • MINUS / EXCEPT

Transactions

  • COMMIT, ROLLBACK, and SAVEPOINT statements

Other Schema Objects

  • Sequences
  • Synonyms
  • Views

Hierarchical Queries and Examples

  • Tree construction using CONNECT BY PRIOR and START WITH clauses
  • SYS_CONNECT_BY_PATH function

Conditional Expressions

  • CASE expression
  • DECODE expression

Data Management Across Different Time Zones

  • Understanding time zones
  • TIMESTAMP data types
  • Differences between DATE and TIMESTAMP
  • Conversion operations

Analytic Functions

  • Usage overview
  • Partitions
  • Windows
  • Rank functions
  • Reporting functions
  • LAG / LEAD functions
  • FIRST / LAST functions
  • Inverse percentile functions
  • Hypothetical rank functions
  • WIDTH_BUCKET functions
  • Statistical functions

Requirements

No prior specific requirements are needed to enroll in this course.

 21 Hours

Number of participants


Price per participant

Testimonials (7)

Upcoming Courses

Related Categories