Oracle SQL. Course Summary. Duration. Objectives

Similar documents
Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database 11g SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to 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

Programming with SQL

ETL TESTING TRAINING

Oracle 10g PL/SQL Training

MOC 20461C: Querying Microsoft SQL Server. Course Overview

Instant SQL Programming

Database Programming with PL/SQL: Learning Objectives

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

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

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

Netezza SQL Class Outline

Course ID#: W 35 Hrs. Course Content

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

Querying Microsoft SQL Server 20461C; 5 days

Querying Microsoft SQL Server

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

IT2304: Database Systems 1 (DBS 1)

IT2305 Database Systems I (Compulsory)

Querying Microsoft SQL Server (20461) H8N61S

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

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

Course 10774A: Querying Microsoft SQL Server 2012

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

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

DBMS / Business Intelligence, SQL Server

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

MOC QUERYING MICROSOFT SQL SERVER

Introduction to Querying & Reporting with SQL Server

Introduction to Microsoft Jet SQL

MySQL for Beginners Ed 3

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

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

T-SQL STANDARD ELEMENTS

Oracle Database 10g: Program with PL/SQL


SQL SELECT Query: Intermediate

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

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

Querying Microsoft SQL Server 2012

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

Oracle 11g PL/SQL training

SQL - QUICK GUIDE. Allows users to access data in relational database management systems.

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/-

Information Systems SQL. Nikolaj Popov

Oracle Database: Develop PL/SQL Program Units

Oracle 12C OCA/OCP Certification (DBA)

Querying Microsoft SQL Server 2012

Oracle Database: Program with PL/SQL

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

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

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

Database Administration with MySQL

1 Structured Query Language: Again. 2 Joining Tables

3.GETTING STARTED WITH ORACLE8i

Database Query 1: SQL Basics

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

SQL Server 2008 Core Skills. Gary Young 2011

Advanced Query for Query Developers

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

Appendix A Practices and Solutions

SQL Basics. Introduction to Standard Query Language

Saskatoon Business College Corporate Training Centre

Microsoft Access 3: Understanding and Creating Queries

Relational Database: Additional Operations on Relations; SQL

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: ) Information Technology

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25)

Oracle Database: Program with PL/SQL

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

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL

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

Information and Computer Science Department ICS 324 Database Systems Lab#11 SQL-Basic Query

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

SQL Programming. Student Workbook

- Eliminating redundant data - Ensuring data dependencies makes sense. ie:- data is stored logically

Effective Use of SQL in SAS Programming

Financial Data Access with SQL, Excel & VBA

CHAPTER 1 Overview of SAS/ACCESS Interface to Relational Databases

Database Design and Database Programming with SQL - 5 Day In Class Event Day 1 Activity Start Time Length

Oracle Database: Program with PL/SQL

Part A: Data Definition Language (DDL) Schema and Catalog CREAT TABLE. Referential Triggered Actions. CSC 742 Database Management Systems

SQL Server. 1. What is RDBMS?

Oracle Database 11g: SQL Tuning Workshop Release 2

Web Development using PHP (WD_PHP) Duration 1.5 months

Handling Missing Values in the SQL Procedure

How To Create A Table In Sql (Ahem)

AV-004: Administering and Programming with ORACLE

David M. Kroenke and David J. Auer Database Processing: Fundamentals, Design and Implementation

Transcription:

Oracle SQL Course Summary Identify the major structural components of the Oracle Database 11g 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 11g 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 Duration 3 days Objectives

Identify the major structural components of the Oracle Database 11g 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 11g 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 Audience Application Developers Developer End Users PL/SQL Developer Database Administrators Technical Consultant Forms Developer Support Engineer Pre-Requisites Familiarity with data processing concepts and techniques Familiarity with programming concepts.

Outline Day1: 1. Introduction Overview of Oracle Database 11g and related products Overview of relational database management concepts and terminologies Introduction to SQL and its development environments The HR schema and the tables used in this course Oracle Database documentation and additional resources 2. Select Clause List the capabilities of SQL SELECT statements Generate a report of data from the output of a basic SELECT statement Usage of arithmetic expressions and NULL values Implement Column aliases Describe the concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Display the table structure using the DESCRIBE command 3. Where and Order By Clause Write queries with a WHERE clause to limit the output retrieved Use the comparison operators and logical operators Identify the rules of precedence for comparison and logical operators Usage of character string literals in the WHERE clause Write queries with an ORDER BY clause Sort output in descending and ascending order Substitution Variables 4. Scalar Functions Differentiate between single row and multiple row functions

Manipulate strings using character functions Manipulate numbers with the ROUND, TRUNC, and MOD functions Perform arithmetic with date data Manipulate dates with the DATE functions Day2: 5. Conversion Functions and Conditional Expressions Describe implicit and explicit data type conversion Describe TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nesting multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Use conditional IF THEN ELSE logic 6. Group Functions How aggregation functions help to produce meaningful reports? Use the AVG, SUM, MIN, and MAX function How to handle Null Values in a group function? Divide the data in groups by using the GROUP BY clause Exclude groups of date by using the HAVING clause 7. Joins Write SELECT statements to access data from more than one table Join Tables Using SQL:1999 Syntax View data that does not meet a join condition by using outer joins Join a table to itself by using a self joins Create Cross Joins 8. Sub-query Use a Sub query to Solve a Problem Execute Single-Row Sub-queries Deploy Group Functions in a Sub-query Multiple-Row Sub queries

Use ANY and ALL Operator in Multiple-Row Sub-queries Use EXISTS Operator Day3: 9. SET Operators What are SET operators? Use a SET operator to combine multiple queries into a single query Use UNION, UNION ALL, INTERSECT, and MINUS Operator Use ORDER BY Clause in Set Operations 10. Data Manipulation Add New Rows to a Table Change the Data in a Table Use DELETE and TRUNCATE Statements Save and discard changes with the COMMIT and ROLLBACK statements Implement Read Consistency Describe the FOR UPDATE Clause 11. DDL Statements Categorize Database Objects Create Tables using the CREATE TABLE Statement Identify the data types Describe Constraints Create a table using a sub query How to alter a table? Drop a table 12. Other Objects Create, modify, and retrieve data from a view Perform Data manipulation language (DML) operations on a view Drop a view Create, use, and modify a sequence

Create and maintain indexes Create and drop synonyms Lab Requirements Windows XP, Windows 7 or above Web Browser Ram 4 Gb Processor dual core above Internet Connection