SQL Deep Dive

This course provides an understanding of the basic relational database concepts and query formulation, an important skill in application development.

What You Will Learn:

  1. You will be able to use SQL to retrieve, filter, analyze, format and present information from Oracle databases.
  2. You will understand SQL code written by other people and feel confident to modify it.
  3. You will be able to use SQL to insert, modify and delete information from Oracle databases.
  4. You will be able to write the SQL code needed to solve the most common problems found in real work situations and academic tests.
  5. How to create reports of sorted and restricted data.
  6. How to run data manipulation statements (DML).
  7. How to control database access to specific objects and manage schema objects.
  8. How to write sub-queries, combine multiple queries into a single query using set operators and report aggregated data using group functions.
  9. You will also learn advanced Features of SQL to enable you to query and manipulate data within the database, use the dictionary views to retrieve metadata and create reports about their schema objects.
  10. You will also learn the use of development tools such as SQL*Plus and SQL Developer to query and manipulate data.

    Requirements

  • A PC (Windows or Linux) or Mac is required
  • No prior knowledge of Databases or SQL is required.

Overview

Course Environment Set Up

Introduction To SQL

Query Formulation with SQL

SQL Modification Statements

SQL Data Definition statements

SQL Data Control statements