SQL Development Using Oracle

Similar documents
Oracle SQL. Course Summary. Duration. Objectives

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database 11g SQL

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database 10g: Introduction to SQL

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

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

Oracle Database 11g: SQL Tuning Workshop

Netezza SQL Class Outline

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

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

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

Oracle Database 11g: SQL Tuning Workshop Release 2

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

IT2304: Database Systems 1 (DBS 1)

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

IT2305 Database Systems I (Compulsory)

Course ID#: W 35 Hrs. Course Content

Querying Microsoft SQL Server 20461C; 5 days

Querying Microsoft SQL Server

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

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

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

DBMS / Business Intelligence, SQL Server

Introduction to Querying & Reporting with SQL Server

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

Oracle Database 10g: Program with PL/SQL

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

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

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

Oracle 12C OCA/OCP Certification (DBA)

Oracle Database: Develop PL/SQL Program Units

Querying Microsoft SQL Server (20461) H8N61S

Querying Microsoft SQL Server 2012

Database Administration with MySQL

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

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

Course 10774A: Querying Microsoft SQL Server 2012

Introduction to Microsoft Jet SQL

MySQL for Beginners Ed 3

Oracle 11g PL/SQL training

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

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

MOC QUERYING MICROSOFT SQL SERVER


T-SQL STANDARD ELEMENTS

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

Oracle Database: Program with PL/SQL

AV-004: Administering and Programming with ORACLE

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

Oracle Database: Program with PL/SQL

SQL SELECT Query: Intermediate

ORACLE DATABASE 11G: COMPLETE

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Oracle Database: Program with PL/SQL

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

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

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

Oracle Database: Program with PL/SQL

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

3.GETTING STARTED WITH ORACLE8i

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

Oracle Database: Program with PL/SQL

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012

Introduction to SQL Tuning. 1. Introduction to SQL Tuning SkillBuilders, Inc. SKILLBUILDERS

Database Query 1: SQL Basics

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

Oracle EXAM - 1Z Oracle Database 11g Release 2: SQL Tuning. Buy Full Product.

Information Systems SQL. Nikolaj Popov

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle

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

50439B: Basics of Transact SQL with SQL Server 2008 R2

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Advanced Query for Query Developers

SQL Basics. Introduction to Standard Query Language

SQL Server 2008 Core Skills. Gary Young 2011

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

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

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

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

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

Appendix A Practices and Solutions

Oracle9i Database and MySQL Database Server are

Teradata Utilities Class Outline

Oracle USF

5. CHANGING STRUCTURE AND DATA

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

Transcription:

SQL Development Using Oracle 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 Create reports of sorted and restricted data Duration 5 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 Create reports of sorted and restricted data Audience Application Developers Developer End Users PL/SQL Developer Database Administrators Technical Consultant Forms Developer Support Engineer Pre-Requisites Knowledge in Dbms,Rdbms.

Outline Day1: 1. Introduction 2. Select Clause 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 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

Day2: 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 5. Conversion Functions and Conditional Expressions 6. Group Functions 7. Joins 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 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 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 11. DDL Statements 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 Categorize Database Objects Create Tables using the CREATE TABLE Statement Identify the data types Describe Constraints Create a table using a sub query

12. Other Objects How to alter a table? Drop a table 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 Day 4: 13. Control User Access 14. Object Types Identify the System and Object Privileges Create Users Grant System Privileges Create and Grant Privileges to a Role Change Your Password Grant Object Privileges How to Pass On Your Privileges? Revoke Object Privileges Object-Oriented Programming Oracle's Object Relational Model Creating Object Types Querying Object Types DML with Object Types

Object Views VARRAYs 15. Temporary Tables Day-5: 16. Indexes Undo and Redo Temporary Tables Defined Data Lifetime Transaction vs. Session Creating Temporary Tables Managing Temporary Tables Storage of Temporary Tables Effects of DML and TRUNCATE Indexes B-tree and Composite Indexes Reverse Key and Unique Indexes Function-Based Indexes Bitmap Indexes Index-Organized Tables Managing Indexed 17. SQL Tuning Tools Automated Statistics Gathering The DBMS_STATS Package SQL Access Advisor Retrieving Execution Plans EXPLAIN PLAN Using DBMS_XPLAN Interpreting Explain Plan Results SQL Trace

TKPROF 18. SQL Tuning Tuning Goals The Optimizer Optimizer Statistics Identifying SQL to Tune Optimizer Hints Optimizer Goal Hints Additional Hints Plan Stability Lab Requirements Windows XP, Windows 7 or above Web Browser Ram 4 Gb Processor dual core above Internet Connection Red Hat Enterprise Linux 5.0/6.0