Oracle Database 11g SQL



Similar documents
Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle SQL. Course Summary. Duration. Objectives

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database 10g: 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

Programming with SQL

ETL TESTING TRAINING

MOC 20461C: Querying Microsoft SQL Server. Course Overview

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

Oracle 10g PL/SQL Training

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

Database Programming with PL/SQL: Learning Objectives

Instant SQL Programming

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

Course ID#: W 35 Hrs. Course Content

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

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

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

Querying Microsoft SQL Server

Querying Microsoft SQL Server 20461C; 5 days

Netezza SQL Class Outline

MySQL for Beginners Ed 3

Querying Microsoft SQL Server (20461) H8N61S

IT2304: Database Systems 1 (DBS 1)

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

IT2305 Database Systems I (Compulsory)

MOC QUERYING MICROSOFT SQL SERVER

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

Course 10774A: Querying Microsoft SQL Server 2012

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

Oracle Database 10g: Program with PL/SQL

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

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

AV-004: Administering and Programming with ORACLE

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

Oracle 12C OCA/OCP Certification (DBA)

Saskatoon Business College Corporate Training Centre

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

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

DBMS / Business Intelligence, SQL Server

Querying Microsoft SQL Server 2012

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

Oracle 11g PL/SQL training

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


Introduction to Querying & Reporting with SQL Server

T-SQL STANDARD ELEMENTS

ORACLE DATABASE 11G: COMPLETE

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

Database Administration with MySQL

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

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

news from Tom Bacon about Monday's lecture

Oracle Database: Develop PL/SQL Program Units

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

Information Systems SQL. Nikolaj Popov

Introduction to Microsoft Jet SQL

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

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

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

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports

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

1 Structured Query Language: Again. 2 Joining Tables

Querying Microsoft SQL Server 2012

Oracle(PL/SQL) Training

Duration Vendor Audience 5 Days Oracle Developers, Technical Consultants, Database Administrators and System Analysts

Managing Objects with Data Dictionary Views. Copyright 2006, Oracle. All rights reserved.

SQL SERVER DEVELOPER Available Features and Tools New Capabilities SQL Services Product Licensing Product Editions Will teach in class room

Oracle USF

unisys OS 2200 Relational Data Management System (RDMS 2200) and IPF SQL Interface End Use Guide imagine it. done. ClearPath OS

5. CHANGING STRUCTURE AND DATA

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

1 Stored Procedures in PL/SQL 2 PL/SQL. 2.1 Variables. 2.2 PL/SQL Program Blocks

LearnFromGuru Polish your knowledge

Oracle Database: Program with PL/SQL

Oracle9i Database and MySQL Database Server are

SQL Server 2008 Core Skills. Gary Young 2011

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

Oracle Database 10g Express

Teradata Utilities Class Outline

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

PL/SQL Programming. Oracle Database 12c. Oracle Press ORACLG. Michael McLaughlin. Mc Graw Hill Education

CHAPTER 1 Overview of SAS/ACCESS Interface to Relational Databases

Netezza/PureData System for Analytics Database Users Course

Advanced Query for Query Developers

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

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

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

Web Development using PHP (WD_PHP) Duration 1.5 months

SQL Server. 1. What is RDBMS?

David Dye. Extract, Transform, Load

Transcription:

AO3 - Version: 2 19 June 2016 Oracle Database 11g SQL

Oracle Database 11g SQL AO3 - Version: 2 3 days Course Description: This course provides the essential SQL skills that allow developers to write queries against single and multiple tables, manipulate data in tables, and create database objects. Students learn to execute queries, inserts, updates, and deletes against a database and create database tables, constraints, sequences, indexes, views, and users. Students learn to control privileges at the object and system level. Students learn to use the advanced features of SQL in order to query and manipulate data within the database and use the dictionary views to retrieve metadata. Students also learn about Oracle database s built-in functions including date-time functions and the regular expression support in SQL. Intended audience: The course is targeted for those interested in mastering the SQL language in Oracle environment Prerequisites: Familiarity with information systems. Objectives: Learning ways of implementing design on a database system Getting familiar with database features Topics: Introducing Oracle Database 11g List the features of Oracle Database 11g

Discuss the basic design, theoretical and physical aspects of a relational database Categorize the different types of SQL statements Describe the data set used by the course Log onto the database using the SQL Developer environment Save queries to files and use script files in SQL Developer Retrieving Data Using the SQL SELECT Statement List the capabilities of SQL SELECT statements Generate a report of data from the output of a basic SELECT statement Select All Columns Select Specific Columns Use Column Heading Defaults Use Arithmetic Operators Understand Operator Precedence Learn the DESCRIBE command to display the table structure Restricting and Sorting Data Write queries that contain a WHERE clause to limit the output retrieved List the comparison operators and logical operators that are used in a WHERE clause Describe the rules of precedence for comparison and logical operators Use character string literals in the WHERE clause Write queries that contain an ORDER BY clause sort the output of a SELECT statement Sort output in descending and ascending order 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 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 Use the aggregation functions in SELECT statements to produce meaningful reports Create queries that divide the data in groups by using the GROUP BY clause Create queries that exclude groups of date by using the HAVING clause Displaying Data From Multiple Tables Using Joins Write SELECT statements to access data from more than one table View data that generally does not meet a join condition by using outer joins Join a table by using a self join Using Sub-queries to Solve Queries Describe the types of problem that sub-queries can solve Define sub-queries List the types of sub-queries Write single-row and multiple-row sub-queries Analytic Functions Describe the types of problem that analytic functions can solve Useful Analytic functions How to use Analytic functions Using window cluse

Using the SET Operators (UNION ALL, UNION, MINUS, INTERSECT) Describe the SET operators Use a SET operator to combine multiple queries into a single query Control the order of rows returned when using the SET operators Manipulating Data Describe each DML statement Insert rows into a table with the INSERT statement Use the UPDATE statement to change rows in a table Delete rows from a table with the DELETE statement Save and discard changes with the COMMIT and ROLLBACK statements Explain read consistency and Row Locks Using DDL Statements to Create and Manage Tables Categorize the main database objects Review the table structure List the data types available for columns Create a simple table Decipher how constraints can be created at table creation Describe how schema objects work Creating Other Schema Objects Create a simple and complex view Retrieve data from views Create, maintain, and use sequences Create and maintain indexes Create private and public synonyms Controlling User Access

Differentiate system privileges from object privileges Creating Users Granting System Privileges Creating and Granting Privileges to a Role Changing Your Password Granting Object Privileges Passing On Your Privileges Revoking Object Privileges Managing Schema Objects Adding, Modifying and Dropping a Column Adding, Dropping and Deferring a Constraint Enabling and Disabling a Constraint Creating and Removing Indexes Creating a Function-Based Index Performing Flashback Operations Managing Objects with Data Dictionary Views Explain the data dictionary Using the Dictionary Views USER_OBJECTS and ALL_OBJECTS Views Table and Column Information Querying the dictionary views for constraint information Querying the dictionary views for view, sequence, index and synonym information Querying the dictionary views for comment information Retrieving Data Using Sub-queries Multiple-Column Subqueries Pairwise and Nonpairwise Comparison Using Scalar Subquery Expressions Updating and Deleting Rows Using Correlated Subqueries Using the EXISTS and NOT EXISTS operators Using the WITH clause (and Recursive WITH)

Regular Expression Support Using the Regular Expressions Functions and Conditions in SQL Using Meta Characters with Regular Expressions Performing a Basic Search using the REGEXP_LIKE function Finding patterns using the REGEXP_INSTR function Extracting Substrings using the REGEXP_SUBSTR function Replacing Patterns Using the REGEXP_REPLACE function Using Sub-Expressions with Regular Expression Support Using the REGEXP_COUNT function