Oracle Database 10g: Introduction To SQL

Similar documents
Oracle Database 10g: Introduction to SQL

Oracle SQL. Course Summary. Duration. Objectives

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: Introduction to SQL

Oracle Database 12c: Introduction to SQL Ed 1.1

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 10g PL/SQL Training

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

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

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

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

MOC 20461C: Querying Microsoft SQL Server. Course Overview

Querying Microsoft SQL Server

Instant SQL Programming

Course ID#: W 35 Hrs. Course Content

Querying Microsoft SQL Server 20461C; 5 days

Querying Microsoft SQL Server (20461) H8N61S

MySQL for Beginners Ed 3

Database Programming with PL/SQL: Learning Objectives

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

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

Programming with SQL

MOC QUERYING MICROSOFT SQL SERVER

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

Oracle Database: Develop PL/SQL Program Units

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

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

Curso SQL Server 2008 for Developers

Querying Microsoft SQL Server 2012

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

Oracle Database 10g: Program with PL/SQL

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

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

Teradata Utilities Class Outline

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

Querying Microsoft SQL Server 2012

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

Oracle Database 10g Express

5. CHANGING STRUCTURE AND DATA

Curso SQL Server 2012 para Desarrolladores

Database Administration with MySQL

Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008

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

3.GETTING STARTED WITH ORACLE8i

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

SQL Server 2008 Core Skills. Gary Young 2011

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

Saskatoon Business College Corporate Training Centre

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

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

2. Oracle SQL*PLUS Winter Some SQL Commands. To connect to a CS server, do:

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

Netezza SQL Class Outline

Introduction to Querying & Reporting with SQL Server

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

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

Using Multiple Operations. Implementing Table Operations Using Structured Query Language (SQL)

SQL. Short introduction

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

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

ETL TESTING TRAINING

Information Systems SQL. Nikolaj Popov

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

Database Query 1: SQL Basics

DBMS / Business Intelligence, SQL Server

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

Introduction to Microsoft Jet SQL

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

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

news from Tom Bacon about Monday's lecture

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

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

Oracle Database: Program with PL/SQL

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

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

How To Create A Table In Sql (Ahem)

Oracle Database: Program with PL/SQL

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

T-SQL STANDARD ELEMENTS

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

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

DIPLOMADO EN BASE DE DATOS

Relational Database: Additional Operations on Relations; SQL

ATTACHMENT 6 SQL Server 2012 Programming Standards

Oracle Database 11g: SQL Tuning Workshop

Oracle USF

Databases in Engineering / Lab-1 (MS-Access/SQL)

Oracle 11g PL/SQL training


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Oracle Database: Program with PL/SQL

Transcription:

Oracle Database 10g: Introduction To SQL Objectives Of This Course This course is a common starting point in the Oracle database curriculum for administrators, developers and business users. The objective of this course is to provide an introduction to the SQL database language within the context of an Oracle database. Specific subject areas to be explored and objectives to be reached are: A summation of relational database principles and an introduction to the Oracle relational database server. Using the isql*plus web-based database interface and other traditional interfaces. Writing simple SQL queries and moderately complex SQL queries using various join techniques. Summarizing, grouping and sorting data. Advanced query techniques such as correlated subqueries. Developing simple SQL*Plus reports. Creating and maintaining database tables. Taking advantage of new features such as the use of regular expressions. Moving beyond basic table definitions, consideration of defining the full range of database objects, such as advanced table definitions, indexes, sequences, views and others. Understanding basic database security and object privileges. Using the powerful set of built-in SQL functions. Protecting the database and extending the basic data model using declarative constraints. Performing advanced SQL queries such as grouping and cube operations and SQL99 join syntax. Developing complex SQL*Plus reports and using SQL*Plus scripts. Duration: 5 days Target Audience The target audience for this course is all Oracle professionals, both business and systems professionals. Among the specific groups for whom this course will be helpful are: Application designers and developers. Database administrators. Business users and non-technical end users. Oracle Database 10g: Introduction To SQL 1

Course Outline - Part I RELATIONAL DATABASES & SQL ABOUT RELATIONAL DATABASES ELEMENTS OF SQL USING SQL*PLUS ABOUT SQL*PLUS USING THE MS WINDOWS SQL*PLUS TOOL USING THE ISQL*PLUS WEB TOOL ENTERING COMMANDS & SYNTAX BUILDING A SELECT STATEMENT ABOUT THE SELECT STATEMENT SELECTING COLUMNS USING ALIAS NAMES BUILDING A WHERE CLAUSE ABOUT LOGICAL OPERATORS EQUALITY OPERATOR BOOLEAN OPERATORS NULL & BETWEEN OPERATORS FINDING TEXT STRINGS IN OPERATOR ORDERING THE RESULT TABLE ABOUT THE ORDER BY CLAUSE MULTIPLE COLUMN SORTS SPECIFYING THE SORT SEQUENCE ABOUT NULL VALUES WITHIN SORTS USING COLUMN ALIASES PSEUDO COLUMNS & FUNCTIONS ABOUT PSEUDO COLUMNS & FUNCTIONS USING ROWID USING ROWNUM USING THE FUNCTIONS USING THE DUAL TABLE SESSIONTIMEZONE FUNCTION JOINING TABLES ABOUT JOINS INNER JOIN REFLEXIVE JOIN NON-KEY JOIN OUTER JOIN USING SET OPERATORS ABOUT THE SET OPERATORS SET OPERATOR EXAMPLES SUMMARY FUNCTIONS ABOUT SUMMARY FUNCTIONS SUMMARY FUNCTIONS WITH DISTINCT Oracle Database 10g: Introduction To SQL 2

USING SUBQUERIES ABOUT SUBQUERIES STANDARD SUBQUERIES CORRELATED SUBQUERIES CREATING & SELECTING GROUPS ABOUT SUMMARY GROUPS FINDING GROUPS WITHIN THE BASE TABLES SELECTING DATA FROM THE BASE TABLES SELECTING GROUPS FROM THE RESULT TABLE SQL*PLUS COMMANDS ABOUT SQL*PLUS COMMANDS MORE ABOUT SCRIPT FILES INVOKING OPERATING SYSTEM COMMANDS SAVING SESSION OUTPUT BUILD SIMPLE SQL*PLUS REPORTS ABOUT THE SQL*PLUS REPORT FEATURES SESSION OUTPUT WITH SET FORMAT COLUMN OUTPUT WITH COLUMN DEFINING REPORT BREAKS WITH BREAK PRODUCE SUBTOTALS WITH COMPUTE SQL DATA DEFINITION LANGUAGE ABOUT SQL DDL CREATE TABLE STATEMENT ALTER TABLE STATEMENT DROP TABLE STATEMENT SUPPORTIVE STATEMENTS SQL DATA MANIPULATION LANGUAGE ABOUT SQL DML ABOUT THE INSERT STATEMENT ABOUT THE DELETE STATEMENT ABOUT THE UPDATE STATEMENT ABOUT TRANSACTIONS TRUNCATE TABLE COMPLEX TABLE REFERENCES Oracle Database 10g: Introduction To SQL 3

Course Outline - Part II SQL99 JOIN TECHNIQUES ABOUT ANSI/ISO SQL99 CROSS JOINS NATURAL JOINS INNER JOINS OUTER JOINS ANTIJOINS USING NAMED SUBQUERIES ENHANCING GROUPS WITH ROLLUP & CUBE ABOUT ENHANCED GROUP PROCESSING USING ROLLUP USING CUBE USING THE CASE EXPRESSION SQL FUNCTIONS (CHARACTER) WHAT ARE THE SQL FUNCTIONS? CHARACTER FUNCTIONS SQL FUNCTIONS (NON-CHARACTER) NUMERIC FUNCTIONS DATE FORMAT FUNCTIONS DATE ARITHMETIC FUNCTIONS NULL VALUE FUNCTIONS DATABASE OBJECTS: RELATIONAL VIEWS ABOUT DATABASE OBJECTS ABOUT RELATIONAL VIEWS UPDATING VIEW DATA MAINTAINING VIEW DEFINITIONS DATABASE OBJECTS: DATA DICTIONARY STORAGE ABOUT THE DATA DICTIONARY OBJECT-SPECIFIC DICTIONARY VIEWS UNDERSTANDING THE DATA DICTIONARY STRUCTURE DATABASE OBJECTS: INDEXES DATABASE OBJECTS: OTHER OBJECTS CREATING AN APPLICATION SCHEMA MORE ABOUT CREATING TABLES DEFINING SEQUENCES ABOUT SYNONYMS CREATE SCHEMA AUTHORIZATION DATABASE SECURITY ABOUT DATABASE SECURITY USER ID PASSWORDS OBJECT SECURITY DATA INTEGRITY USING CONSTRAINTS ABOUT CONSTRAINTS NOT NULL CONSTRAINT Oracle Database 10g: Introduction To SQL 4

CHECK CONSTRAINT UNIQUE CONSTRAINT PRIMARY KEY CONSTRAINT REFERENCES CONSTRAINT DEFINING CONSTRAINTS ON EXISTING TABLES MAINTAINING CONSTRAINT DEFINITIONS MAINTAINING CONSTRAINTS RENAMING & DROPPING CONSTRAINTS ENABLING & DISABLING CONSTRAINTS VALIDATE NEW TRANSACTIONS ONLY DEFERRED ENFORCEMENT MANAGING CONSTRAINT EXCEPTIONS CONSTRAINTS AND VIEWS DATA DICTIONARY STORAGE ADVANCED SQL*PLUS REPORTS ABOUT THE REPORT COMMANDS BREAK COMPUTE COLUMN TTITLE & BTITLE BUILDING SQL*PLUS SCRIPTS ABOUT SCRIPT FILES USING SQL*PLUS VARIABLES ACCEPT PROMPT PAUSE ADVANCED SQL & SQL*PLUS FEATURES Incluye: Mochila, material (manuales importados en inglés). Notas Importantes: Impartimos estos cursos basados en libros y material de cursos importados de US y el contenido podría variar ligeramente porque buscamos siempre proporcionar el mejor contenido. Dado que el material es importado se requiere el pago anticipado con 2 semanas de anticipación. En el curso Oracle se instala y se estudia utilizando el sistema operativo Windows 2000 Server o posterior. Oracle Database 10g: Introduction To SQL 5