Oracle. SQL(Structured Query Language) Introduction of DBMS. Build In Function. Introduction of RDBMS. Grouping the Result of a Query

Similar documents
EDUVITZ TECHNOLOGIES

JSPM s Bhivarabai Sawant Institute of Technology & Research, Wagholi, Pune Department of Information Technology

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time

Oracle SQL & PL SQL Course

5. Single-row function

Business Analytics. SQL PL SQL [Oracle 10 g] P r i n c e S e t h i w w w. x l m a c r o. w e b s. c o m

Oracle Syllabus Course code-r10605 SQL

Oracle Database 11g: SQL and PL/SQL Fundamentals

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

ORACLE: PL/SQL Programming

AO3 - Version: 2. Oracle Database 11g SQL

Oracle Database 12c SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals NEW

SQL (Structured Query Language)

Sql Server Syllabus. Overview

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus

Oracle Database: Introduction to SQL Ed 2

Introduction to Computer Science and Business

Review -Chapter 4. Review -Chapter 5

ORACLE DATABASE 12C INTRODUCTION

Oracle Database: Introduction to SQL/PLSQL Accelerated

Oracle Database 10g: Introduction to SQL

Table of Contents. PDF created with FinePrint pdffactory Pro trial version

Introduction to SQL/PLSQL Accelerated Ed 2

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant

Table of Contents. Oracle SQL PL/SQL Training Courses

Course Outline and Objectives: Database Programming with SQL

UNIT-IV (Relational Database Language, PL/SQL)

Oracle Database: Introduction to SQL

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus

Oracle Database: Introduction to SQL

Oracle SQL Course Content

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model

Python Developer Course

Oracle Database: SQL and PL/SQL Fundamentals

1 Prepared By Heena Patel (Asst. Prof)

Introduction to Computer Science and Business

Oracle Database: Introduction to SQL

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

Oracle PL/SQL - 12c & 11g [Basic PL/SQL & Advanced PL/SQL]

SQL Interview Questions

Oracle Database 11g: Introduction to SQLRelease 2

SQL+PL/SQL. Introduction to SQL

Learn Well Technocraft

Database Management System 9

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Question Bank PL/SQL Fundamentals-I

Querying Data with Transact-SQL (761)

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Oracle Database 10g: SQL Fundamentals I

II B.Sc(IT) [ BATCH] IV SEMESTER CORE: RELATIONAL DATABASE MANAGEMENT SYSTEM - 412A Multiple Choice Questions.

COURSE STUDENT LEARNING OUTCOMES: See attached or in course s learn.unm.edu

20761 Querying Data with Transact SQL

ETL (Extraction Transformation & Loading) Testing Training Course Content

Proje D2K. CMM (Capability Maturity Model) level Project Standard:- Corporate Trainer s Profile

SQL is an English like language consisting of commands to store, retrieve, maintain & regulate access to your database.

Querying Microsoft SQL Server (461)

Oracle Database 11g: SQL Fundamentals I

Sample Question Paper

Oracle Database 10g: SQL Fundamentals I

Assignment Session : July-March

Interview Questions on DBMS and SQL [Compiled by M V Kamal, Associate Professor, CSE Dept]

Certification Exam Preparation Seminar: Oracle Database SQL

Introduction to Oracle9i: SQL

D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

Index. Bitmap Heap Scan, 156 Bitmap Index Scan, 156. Rahul Batra 2018 R. Batra, SQL Primer,

MIS CURRICULUM. Advanced Excel Course - Working with Templates Designing the structure of a template Using templates for standardization of worksheets

"Charting the Course... Oracle18c SQL (5 Day) Course Summary

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 8 Advanced SQL

ORANET- Course Contents

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 8 Advanced SQL

Chapter 1 SQL and Data

M.C.A. (CBCS) Sem.-III Examination November-2013 CCA-3004 : Database Concepts and Tools. Faculty Code: 003 Subject Code:

Oracle PL SQL Training & Certification

2 PL/SQL - fundamentals Variables and Constants Operators SQL in PL/SQL Control structures... 7

Querying Data with Transact SQL

Querying Data with Transact-SQL

Greens Technology s Contact :

Solved MCQ on fundamental of DBMS. Set-1

20761B: QUERYING DATA WITH TRANSACT-SQL

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

Oracle Database: SQL and PL/SQL Fundamentals NEW

DB2 UDB: Application Programming

Essential SQLite3. Section Title Page

MTA Database Administrator Fundamentals Course

Database Programming with SQL

Contents I Introduction 1 Introduction to PL/SQL iii

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Course Outline Faculty of Computing and Information Technology

Querying Data with Transact-SQL

ORACLE DEV 11G CURRICULUM. Introduction to SQL

Querying Data with Transact-SQL

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led

Using SQL with SQL Developer 18.2

ORACLE TRAINING CURRICULUM. Relational Databases and Relational Database Management Systems

Data about data is database Select correct option: True False Partially True None of the Above

ETL TESTING TRAINING

Transcription:

Oracle SQL(Structured Query Language) Introduction of DBMS Approach to Data Management Introduction to prerequisites File and File system Disadvantages of file system Introduction to TOAD and oracle 11g/12c versions Differences between RDBMS and DBMS Introduction of RDBMS Feature of RDBMS Advantages of RDBMS Need for Database Design Client server Technology Oracle Corporation Products Oracle Versions About SQL&SQL*PLUS&SQL Developer Tools Sub Language Commands Data Definition Language (DDL) Data Retrieval Language (DRL) Data Manipulation Language (DML) Transaction Control Language (TCL) Database Security and Privileges (DCL) Introduction to SQL Database Objects Oracle Pre Defined Data types DDL Commands Create, Alter (add, modify, rename, drop)columns, Rename, truncate, drop DML-Insert, update, delete DQL-SELECT Statements using WHERE clause Comparison and Conditional Operators Arithmetic and Logical Operators Set Operators (UNION, UNION ALL, INTERSECT, MINUS) Special Operators IN (NOT IN), BETWEEN (NOT BETWEEN), LIKE (NOTLIKE), IS NULL (IS NOT NULL) Working with DML, DRL Commands Operators Support Build In Function Arithmetic Functions, Character Functions, Date Functions, Conversion Functions Aggregate Functions, OLAP Functions & General Functions Grouping the Result of a Query Using Group by and Having Clause of DRL Statement Using Order by clause Working with Integrity Constraints Importance of Data Integrity Support of Integrity Constraints for Relating Table in RDBMS NOT NULL constraint UNIQUE constraint PRIMARY KEY constraint FOREIGN KEY constraint CHECK constraint Working with different types of integrity Constraints REF Constraint Understanding ON DELETE clause in referential integrity constraint Working with composite constraint Applying DEFAULT option to columns Working with multiple constraints upon a column Adding constraints to a table Dropping of constraints

Enabling / Disable constraints Querying for constraints information Querying Multiple Tables (Joins) Equi Join/Inner Join/Simple Join Cartesian Join Non-Equi Join Outer Joins Self Join Working with Sub Query Understanding the practical approach to Sub Queries/Nested Select/Sub Select/Inner Select/Outer Select What is the purpose of a Sub Query? Sub Query Principle and Usage Type of Sub Queries Single Row Multiple Row Multiple Column Applying Group Functions in Sub Queries The impact of Having Clause in Sub Queries IN, ANY/SOME, ALL Operators in Sub Queries PAIR WISE and NON PAIR WISE Comparison in Sub Queries Be Aware of NULL s Correlated Sub Queries Handling Data Retrieval with EXISTS and NOT EXISTS Operators Relational Views Object Views Prerequisites to work with views Practical approach of SIMPLE VIEWS and COMPLEX VIEWS Column definitions in VIEWS Using VIEWS for DML Operations In-Line View Forced Views Putting CHECK Constraint upon VIEWS Creation of READ ONLY VIEWS Understanding the IN LINE VIEWS About Materialized Views View Triggers Working with Sequences Working with Synonyms Working with Index and Clusters Creating Cluster Tables, Implementing Locks, working with roles Pseudo Columns in Oracle Understanding Pseudo Columns in Oracle Types of Pseudo Columns in Oracle CURRVAL and NEXTVAL LEVEL ROWID ROWNUM PL-SQL (Procedure Language SQL) Working with DCL, TCL Commands Grant, Revoke Commit, Rollback, Savepoint SQL Editor Commands SQL Environment settings Maintaining Database Objects VIEWS in Oracle Understanding the Standards of VIEWS in Oracle Types of VIEWS Introduction to Programming Languages Introduction to PL/SQL The Advantages of PL/SQL PL/SQL Architecture PL/SQL Data types Variable and Constants Using Built_in Functions Conditional and Unconditional Statements Simple if, if else, nested if..else, if..else Ladder Selection Case, Simple Case, GOTO Label and EXIT Iterations in PL Language/SQL

Simple LOOP,WHILE LOOP,FOR LOOP and NESTED LOOPS SQL within PL/SQL Composite Data types (Complete) Cursor Management in PL/SQL Implicit Cursors Explicit Cursors Cursor Attributes Cursor with Parameters Cursors with LOOPs Nested Cursors Cursors with Sub Queries Ref. Cursors Advanced PL/SQL Procedures in PL/SQL STORED PROCEDURES PROCEDURE with Parameters (IN,OUT and IN OUT) POSITIONAL Notation and NAMED Notation Procedure with Cursors Dropping a Procedure Functions in PL/SQL Difference between Procedures and Functions User Defined Functions Nested Functions Using stored function in SQL statements Packages in PL/SQL Creating PACKAGE Specification and PACKAGE Body Private and Public Objects in PACKAGE Exceptions in PL/SQL Types of exceptions User Defined Exceptions Pre Defined Exceptions RAISE_APPLICATION_ERROR PRAGMA_AUTONOMOUS_TRANSACT ION SQL Error Code Values Database Triggers in PL/SQL Types of Triggers Row Level Triggers Statement Level Triggers DDL Triggers Trigger Auditing Using LOBS Large Objects (LOBS) Creating Tables-LOB Working with LOB values Inserting, Updating & Deleting Values in LOBs Using Collections Advantages of collection Ref cursor (Dynamic Cursor) Weak ref cursor Strong ref cursor Nested Tables VARRAYS or VARYING arrays Creating tables using nested tables Inserting, updating & deleting Nested Table records Nested table in PL/SQL Advanced Features 9i Joins New Date function Rename column Inner Join/Natural Join Left Outer Join/Right Outer Join Full Outer Join Multiple Inserts Insert All Command

Merge statement NVL2(), NULLIF(), COALESCE() CASE expression of Select Command Temporary Tables/Global Tables New Function EXTRACT() Autonomous Traction Pragma _ Autonomous_ Transaction() Bulk Collect About Flash Back Queries Dynamic SQL New data types, Flash back Command Purge Command, Recycle bin Regular expressions, DML Error Logging Data Pump, Virtual Columns Read only tables, Cross tab Views using Compound triggers, New data types