Get in Touch

Course Outline

Extracting Data from the Database

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

Filtering Result Sets

  • WHERE clause
  • Comparison operators
  • LIKE condition
  • BETWEEN...AND condition
  • IS NULL condition
  • IN condition
  • AND, OR, and NOT operators
  • Combining multiple conditions in the WHERE clause
  • Operator precedence
  • DISTINCT clause

Sorting Result Sets

  • 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 the 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 different columns
  • Filtering aggregated data with the HAVING clause
  • Multidimensional data grouping using ROLLUP and CUBE operators
  • Identifying summary levels with the GROUPING function
  • GROUPING SETS operator

Retrieving Data from Multiple Tables

  • 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 products in Oracle and SQL99 syntax

Subqueries

  • Appropriate contexts for using subqueries
  • Single-row and multi-row subqueries
  • Operators for single-row subqueries
  • Using aggregate functions within subqueries
  • Operators for multi-row subqueries: IN, ALL, and ANY

Set Operators

  • UNION
  • UNION ALL
  • INTERSECT
  • MINUS/EXCEPT

Transactions

  • COMMIT, ROLLBACK, and SAVEPOINT statements

Other Schema Objects

  • Sequences
  • Synonyms
  • Views

Hierarchical Queries and Samples

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

Conditional Expressions

  • CASE expression
  • DECODE expression

Data Management Across Time Zones

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

Analytic Functions

  • Application of analytic functions
  • Partitions
  • Windows
  • Rank functions
  • Reporting functions
  • LAG/LEAD functions
  • FIRST/LAST functions
  • Reverse percentile functions
  • Hypothetical rank functions
  • WIDTH_BUCKET functions
  • Statistical functions

Requirements

There are no specific prerequisites for attending this course.

 21 Hours

Number of participants


Price per participant

Testimonials (7)

Upcoming Courses

Related Categories