Oracle 12c Introduction to SQL. Related Training Required Prerequisites Familiarity with data processing concepts and techniques Data processing

Similar documents
Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle SQL. Course Summary. Duration. Objectives

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database 11g SQL

Oracle Database: SQL and PL/SQL Fundamentals NEW

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff

Oracle Database 10g: Introduction to SQL

Oracle Database: SQL and PL/SQL Fundamentals NEW

Programming with SQL

ETL TESTING TRAINING

Course -Oracle 10g SQL (Exam Code IZ0-047) Session number Module Topics 1 Retrieving Data Using the SQL SELECT Statement

MOC 20461C: Querying Microsoft SQL Server. Course Overview

Oracle 10g PL/SQL Training

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

Instant SQL Programming

Database Programming with PL/SQL: Learning Objectives

IT2304: Database Systems 1 (DBS 1)

Chapter 9 Joining Data from Multiple Tables. Oracle 10g: SQL

Oracle 12C OCA/OCP Certification (DBA)

Course ID#: W 35 Hrs. Course Content

Querying Microsoft SQL Server 20461C; 5 days

IT2305 Database Systems I (Compulsory)

Netezza SQL Class Outline

Course 20461C: Querying Microsoft SQL Server Duration: 35 hours

SQL Server for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach

Querying Microsoft SQL Server Course M Day(s) 30:00 Hours

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1

MySQL for Beginners Ed 3

ICAB4136B Use structured query language to create database structures and manipulate data

Querying Microsoft SQL Server

Oracle Database: Develop PL/SQL Program Units

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

ORACLE 9I / 10G / 11G / PL/SQL COURSE CONTENT

Querying Microsoft SQL Server 2012

Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Published: May 25, 2012 Language(s): English Audience(s): IT Professionals

Oracle 11g PL/SQL training

Course 10774A: Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server (20461) H8N61S

Discovering SQL. Wiley Publishing, Inc. A HANDS-ON GUIDE FOR BEGINNERS. Alex Kriegel WILEY

Oracle Database 11g: SQL Tuning Workshop

MOC QUERYING MICROSOFT SQL SERVER

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

Introduction to Querying & Reporting with SQL Server

COMP 5138 Relational Database Management Systems. Week 5 : Basic SQL. Today s Agenda. Overview. Basic SQL Queries. Joins Queries

Introducing Microsoft SQL Server 2012 Getting Started with SQL Server Management Studio

Information Systems SQL. Nikolaj Popov

Database Administration with MySQL

Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification

Oracle Database: Program with PL/SQL

Oracle USF

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL

Querying Microsoft SQL Server 2012

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Oracle Database: Program with PL/SQL

Using Temporary Tables to Improve Performance for SQL Data Services

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

Business Systems Analysis Certificate Program. Millennium Communications & Training Inc. 2013, All rights reserved


Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.

Using SQL Queries to Insert, Update, Delete, and View Data: Joining Multiple Tables. Lesson C Objectives. Joining Multiple Tables

AV-004: Administering and Programming with ORACLE

Saskatoon Business College Corporate Training Centre

DBMS / Business Intelligence, SQL Server

Oracle Database: Program with PL/SQL

Oracle Database 11g: SQL Tuning Workshop Release 2

A Comparison of Database Query Languages: SQL, SPARQL, CQL, DMX

Oracle Database 10g: Program with PL/SQL

3.GETTING STARTED WITH ORACLE8i

Advanced Query for Query Developers

Effective Use of SQL in SAS Programming

History of SQL. Relational Database Languages. Tuple relational calculus ALPHA (Codd, 1970s) QUEL (based on ALPHA) Datalog (rule-based, like PROLOG)

SQL. by Steven Holzner, Ph.D. ALPHA. A member of Penguin Group (USA) Inc.

Teradata Utilities Class Outline

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

David Dye. Extract, Transform, Load

Introduction to Microsoft Jet SQL

Querying Microsoft SQL Server 2012

T-SQL STANDARD ELEMENTS

DATABASE DESIGN AND IMPLEMENTATION II SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Sault College

SQL Server. 1. What is RDBMS?

Querying Microsoft SQL Server Querying Microsoft SQL Server D. Course 10774A: Course Det ails. Co urse Outline

Triggers & Packages. {INSERT [OR] UPDATE [OR] DELETE}: This specifies the DML operation.

Web Development using PHP (WD_PHP) Duration 1.5 months

A basic create statement for a simple student table would look like the following.

ORACLE DATABASE 11G: COMPLETE

Database 10g Edition: All possible 10g features, either bundled or available at additional cost.

Demystified CONTENTS Acknowledgments xvii Introduction xix CHAPTER 1 Database Fundamentals CHAPTER 2 Exploring Relational Database Components

5. CHANGING STRUCTURE AND DATA

SQL SELECT Query: Intermediate

Oracle Database 11g: Program with PL/SQL

Oracle Database 12c: SQL Tuning for Developers. Sobre o curso. Destinatários. Oracle - Linguagens. Nível: Avançado Duração: 18h

Database Query 1: SQL Basics

JEFFERSON COLLEGE COURSE SYLLABUS CIS-236 SQL AND DATABASE DESIGN. 3 Credit Hours. Prepared by: Chris DeGeare CIS Instructor. Revised: 3/11/2013

Transcription:

Audience Application Developers Business Analysts Data Warehouse Administrator Developer Forms Developer PL/SQL Developer System Analysts Related Training Required Prerequisites Familiarity with data processing concepts and techniques Data processing Course Objectives Identify the major structural components of the Oracle Database 12c Create reports of aggregated data Write SELECT statements that include queries Retrieve row and column data from tables Run data manipulation statements (DML) in Oracle Database 12c Create tables to store data Utilize views to display data Control database access to specific objects Manage schema objects Display data from multiple tables using the ANSI SQL 99 JOIN syntax Manage objects with data dictionary views Write multiple-column sub-queries Employ SQL functions to retrieve customized data Use scalar and correlated sub-queries Create reports of sorted and restricted data Page 1 of 5

Course Topics Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database 12c and Related Products Overview of relational database management concepts and terminologies Introduction to SQL and its development environments What is Oracle SQL Developer? Starting SQL*Plus from Oracle SQL Developer The Human Resource (HR) Schema Tables used in the Course Retrieving Data using the SQL SELECT Statement Capabilities of the SELECT statement Arithmetic expressions and NULL values in the SELECT statement Column aliases Use of concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Use of the DESCRIBE command Restricting and Sorting Data Limiting the Rows Rules of precedence for operators in an expression Substitution Variables Using the DEFINE and VERIFY command Using Single-Row Functions to Customize Output Describe the differences between single row and multiple row functions Manipulate strings with character function in the SELECT and WHERE clauses Manipulate numbers with the ROUND, TRUNC and MOD functions Perform arithmetic with date data Page 2 of 5

Manipulate dates with the date functions Using Conversion Functions and Conditional Expressions Describe implicit and explicit data type conversion Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nest multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Use conditional IF THEN ELSE logic in a SELECT statement Reporting Aggregated Data Using the Group Functions Group Functions Creating Groups of Data Restricting Group Results Displaying Data from Multiple Tables Using Joins Introduction to JOINS Types of Joins Natural join Self-join Non equijoins OUTER join Using Subqueries to Solve Queries Introduction to Subqueries Single Row Subqueries Multiple Row Subqueries Using the SET Operators Set Operators UNION and UNION ALL operator INTERSECT operator Page 3 of 5

MINUS operator Matching the SELECT statements Using ORDER BY clause in set operations Managing Tables using DML statements Data Manipulation Language Database Transactions Introduction to Data Definition Language Data Definition Language Introduction to Data Dictionary Views Introduction to Data Dictionary Describe the Data Dictionary Structure Using the Data Dictionary views Querying the Data Dictionary Views Creating Sequences, Synonyms, Indexes Overview of sequences Overview of synonyms Overview of indexes Creating Views Overview of views Managing Schema Objects Managing constraints Creating and using temporary tables Creating and using external tables Retrieving Data by Using Subqueries Retrieving Data by Using a Subquery as Source Page 4 of 5

Working with Multiple-Column subqueries Using Scalar subqueries in SQL Correlated Subqueries Working with the WITH clause Manipulating Data by Using Subqueries Using Subqueries to Manipulate Data Inserting by Using a Subquery as a Target Using the WITH CHECK OPTION Keyword on DML Statements Using Correlated Subqueries to Update and Delete rows Controlling User Access System privileges Creating a role Object privileges Revoking object privileges Manipulating Data Overview of the Explicit Default Feature Using multitable INSERTs Using the MERGE statement Performing flashback operations Tracking Changes in Data Managing Data in Different Time Zones Working with CURRENT_DATE, CURRENT_TIMESTAMP,and LOCALTIMESTAMP Working with INTERVAL data types Page 5 of 5