Get in Touch

Course Outline

Selecting Data from the Database

  • 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
  • AND, OR, NOT operators
  • Applying 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 compared to other databases)
  • Retrieving the current date and time using various functions

Aggregating Data with Aggregate Functions

  • Aggregate functions
  • Handling NULL values in aggregate functions
  • GROUP BY clause
  • Grouping by different columns
  • Filtering aggregated results using the HAVING clause
  • Multidimensional data grouping with ROLLUP and CUBE operators
  • Identifying summary rows with GROUPING
  • GROUPING SETS operator

Retrieving Data from Multiple Tables

  • Types of joins
  • NATURAL JOIN
  • Table aliases
  • Oracle syntax for join conditions in the WHERE clause
  • SQL99 syntax for INNER JOIN
  • SQL99 syntax for LEFT, RIGHT, and FULL OUTER JOINs
  • Cartesian product in Oracle and SQL99 syntax

Subqueries

  • When and where subqueries can be utilized
  • 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
  • Using the SYS_CONNECT_BY_PATH function

Conditional Expressions

  • CASE expression
  • DECODE expression

Data Management Across Different Time Zones

  • 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
  • Inverse percentile functions
  • Hypothetical rank functions
  • WIDTH_BUCKET functions
  • Statistical functions

Requirements

No specific prerequisites are required to attend this course.

 21 Hours

Testimonials (7)

Upcoming Courses

Related Categories