TP2646

Oracle Database: SQL I Introduction Training

Learning the SQL language is one of the most basic tasks required for the use of a relational database. SQL proficiency is essential for business users, database developers, database administrators and any other database professional. This course introduces the basics of the SQL language and the Oracle Relational Database Management System (RDBMS). One will become acquainted with the differences in the working environment between a traditional on-premise database installation and the Oracle database service cloud-computing platform.
Course Details

Duration

2 days

Target Audience

  • Oracle Professionals
  • Business and non-IT Professionals
  • Application Designers and Database Developers
  • Business Intelligence (BI) Analysts and Consumers
  • Database Administrators
  • Web Server Administrators

Skills Gained

  • Logical models upon which a relational database is based and the various configurations and environments
  • SQL syntax for writing database queries
  • DDL, DML and transaction control portions of the SQL language that allow one to create, maintain and manipulate application database objects and application data.
Course Outline
  • Relational Databases & Data Models
    • About Data Models
    • About the Relational Model
    • The Electronics Data Model
    • About the Relational DBMS
  • Selection & Setup of the Database Interface
    • Considering Available Tools
    • Selecting the Appropriate Tool
    • Oracle NET Database Connections
    • Oracle PAAS Database Connections
    • Setup SQL Developer
    • Setup SQL*PLUS
    • Setup JDeveloper
  • Using the Database Interface
    • About BIND & SUBSTITUTION Variables
    • Using SQL Developer
    • Using SQL*PLUS
  • Introduction to The SQL Language
    • About the SQL Language
    • Characteristics of SQL
    • Introducing SQL Using SELECT
    • SQL Rules
  • The SELECT Statement
    • The SELECT Statement
    • DISTINCT / UNIQUE Keyword
    • Using ALIAS Names
    • 6. Restricting Results With the WHERE Clause
    • About Logical Operators
    • EQUALITY Operator
    • Boolean Operators
    • REGEXP_LIKE()
    • IN Operator
  • Restricting Results With the WHERE Clause
    • About Logical Operators
    • EQUALITY Operator
    • Boolean Operators
    • REGEXP_LIKE()
    • IN Operator
  • Sorting Data With the ORDER BY Clause
    • About the ORDER BY Clause
    • Multiple Column Sorts
    • Specify the Sort Sequence
    • About NULL Values Within Sorts
    • Using COLUMN Aliases