Get in Touch

Course Outline

Relational Database Models

  • Structure of relational databases
  • Types of table connections
  • Database normalization and denormalization
  • Relational operators

Data Retrieval

  • Rules for writing SQL queries
  • SELECT statement syntax
  • Selecting all columns
  • Queries involving arithmetic operations
  • Column aliases
  • Literals
  • Concatenation operator

Filtering Results

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

Data Sorting

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

SQL Functions

  • Differences between single-row and multi-row functions
  • Text, numeric, and date functions
  • Explicit and implicit data conversion
  • Conversion functions
  • Nesting functions
  • Testing function performance using the dual table
  • Retrieving the current date with SYSDATE
  • Handling NULL values

Data Aggregation and Grouping

  • Grouping functions
  • How grouping functions handle NULL values
  • Creating data groups with the GROUP BY clause
  • Grouping by multiple columns
  • Filtering grouped results with the HAVING clause

Retrieving Data from Multiple Tables

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

Subqueries

  • Placing subqueries in the SELECT command
  • Single-row and multi-row subqueries
  • Operators for single-row subqueries
  • Grouping features within subqueries
  • Operators for multi-row subqueries: IN, ALL, ANY
  • Handling of NULL values in subqueries

Set Operators

  • UNION operator
  • UNION ALL operator
  • INTERSECT operator
  • MINUS operator

Data Modification: Insert, Update, and Delete

  • INSERT statement
  • Copying data from another table
  • UPDATE statement
  • DELETE statement
  • TRUNCATE statement

Transactions

  • COMMIT, ROLLBACK, and SAVEPOINT commands

DDL Statements

  • Main database objects
  • Naming conventions for objects
  • Creating tables
  • Available data types for columns
  • DEFAULT option
  • NULL and NOT NULL constraints

Table Management

  • Referential integrity constraints: CHECK, PRIMARY KEY, FOREIGN KEY, UNIQUE
  • Creating tables using a query
  • Dropping tables with DROP TABLE
  • DESCRIBE command

Other Schema Objects

  • Sequences
  • Synonyms
  • Views

Requirements

  • Basic computer literacy
  • Familiarity with any operating system
 21 Hours

Testimonials (6)

Upcoming Courses

Related Categories