Oracle SQL- IT Course
by Complete Analytics Training InstituteBangalore |
Request Info |
| Medium of instruction: | English |
CHAPTER 1: DATABASE DESIGN
-
Database Models
-
Beginnings
-
Some Introductory Terminology
-
Codd's 12 Rules
-
Normalization
-
First Normal Form
-
Higher Order Normal Forms
CHAPTER 2: ORACLE STANDARD INTERFACES
-
SQL
-
SQL*Plus
-
Oracle Architecture
-
Interfaces to Oracle
-
Command Line Interface
-
Viewing a Sample Table
-
The Graphical User Interface
-
The SQL Buffer
-
The Web-Based Interface
-
Describe
CHAPTER 3: THE SAMPLE DATABASE
-
The Entity Relationship Model
-
Entity Relationship Diagrams
-
The Sample Database
-
ER Diagram for Sample Databas
-
Creating the Sample Data
-
Viewing Sample Data
-
Data Types of the Sample Da
CHAPTER 4: DATA DEFINITION LANGUAGE
-
Categories of SQL Statements
-
Oracle Datatypes
-
The CREATE Statement
-
The DROP Command
-
The ALTER Command
-
Integrity Constraints
-
Entity Integrity Constraints
-
Referential Integrity Constraints
-
Modifying Table to Use Constraints
-
Checking Constraints
-
The Data Dictionary
CHAPTER 5: DATA MANIPULATION LANGUAGE
-
DML Statements
-
The SELECT Statement
-
The INSERT Statement
-
The DELETE Statement
-
The UPDATE Statement
-
More SQL*Plus Commands
CHAPTER 6: TRANSACTION CONTROL
-
Transactions
-
Command Classification
-
Savepoints
-
The SET TRANSACTION Command
CHAPTER 7: SQL OPERATORS
-
Simple Selects
-
Comparison Operators
-
IN and NOT IN Operators
-
BETWEEN Operator
-
The LIKE Operator
-
Logical Operators
-
IS NULL and IS NOT NULL
-
ANY
-
All
CHAPTER 8: SQL FUNCTIONS
-
Introduction
-
The DISTINCT Keyword
-
Aliases
-
Miscellaneous Functions
-
Mathematical Functions
-
String Functions
-
Date Functions
-
Conversion Functions
-
Pseudo Columns
CHAPTER 9: JOINING TABLES
-
Joins
-
Cartesian Product
-
Inner Joins
-
Equi-Join
-
Table Aliases
-
Non-Equi Join
-
Non-Key Join
-
Reflexive Join/li>
-
Natural Join
-
Outer Joins
-
Right Outer Join
-
Left Outer Join
-
Full Outer Join
-
Oracle-Specific Syntax for Outer Joins
CHAPTER 10: SET OPERATORS
-
Introduction
-
Selection Criteria
-
Union
-
Union All
-
Intersect
-
Minus
CHAPTER 11: SQL SUBQUERIES
-
Introduction
-
Using a Subquery with a DML Statement
-
Typical Subqueries
-
Subquery Operators
-
Standard vs. Correlated Subqueries
-
Correlated Subquery Example
-
Predicate Operators
CHAPTER 12: GROUPS
-
SQL Statements
-
GROUP BY Clause
-
HAVING Clause
-
Order of a SELECT Statement
CHAPTER 13: MORE DATABASE OBJECTS
-
More Database Objects
-
Relational Views
-
Updating a View
-
Create or Replace
-
Forcing a View
-
The Data Dictionary Revisited
-
Indexes
-
Synonyms
CHAPTER 14: REPORTS
-
Report Features
-
Session Control
-
The SET Command
-
The COLUMN Command
-
The BREAK Command
-
The COMPUTE Command
Oracle PLSQL
CHAPTER 1: DATABASE DESIGN
-
Database Models
-
Beginnings
-
Some Introductory Terminology
-
Codd's 12 Rules
-
Normalization
-
First Normal Form
-
Higher Order Normal Forms
CHAPTER 2: ORACLE STANDARD INTERFACES
-
SQL
-
SQL*Plus
-
Oracle Architecture
-
Interfaces to Oracle
-
Command Line Interface
-
Viewing a Sample Table
-
The Graphical User Interface
-
The SQL Buffer
-
The Web-Based Interface
-
Describe
CHAPTER 3: THE SAMPLE DATABASE
-
The Entity Relationship Model
-
Entity Relationship Diagrams
-
The Sample Database
-
ER Diagram for Sample Database
-
Creating the Sample Data
-
Viewing Sample Data
-
Data Types of the Sample Data
CHAPTER 4: DATA DEFINITION LANGUAGE
-
Categories of SQL Statements
-
Oracle Datatypes
-
The CREATE Statement
-
The DROP Command
-
The ALTER Command
-
Integrity Constraints
-
Entity Integrity Constraints
-
Referential Integrity Constraints
-
Modifying Table to Use Constraints
-
Checking Constraints
-
The Data Dictionary
CHAPTER 5: DATA MANIPULATION LANGUAGE
-
DML Statements
-
The SELECT Statement
-
The INSERT Statement
-
The DELETE Statement
-
The UPDATE Statement
-
More SQL*Plus Commands
CHAPTER 6: TRANSACTION CONTROL
-
Transactions
-
Command Classification
-
Savepoints
-
The SET TRANSACTION Command
CHAPTER 7: SQL OPERATORS
-
Simple Selects
-
Comparison Operators
-
IN and NOT IN Operators
-
BETWEEN Operator
-
The LIKE Operator
-
Logical Operators
-
IS NULL and IS NOT NULL
-
ANY
-
ALL
CHAPTER 8: SQL FUNCTIONS
-
Introduction
-
The DISTINCT Keyword
-
Aliases
-
Miscellaneous Functions
-
Mathematical Functions
-
String Functions
-
Date Functions
-
Conversion Functions
-
Pseudo Columns
CHAPTER 9: JOINING TABLES
-
Joins
-
Cartesian Product
-
Inner Joins
-
Equi-Join
-
Table Aliases
-
Non-Equi Join
-
Non-Key Join
-
Reflexive Join
-
Natural Join
-
Outer Joins
-
Right Outer Join
-
Left Outer Join
-
Full Outer Join
-
Oracle-Specific Syntax for Outer Joins
CHAPTER 10: SET OPERATORS
-
Introduction
-
Selection Criteria
-
Union
-
Union All
-
Intersect
-
Minus
CHAPTER 11: SQL SUBQUERIES
-
Introduction
-
Using a Subquery with a DML Statement
-
Typical Subqueries
-
Subquery Operators
-
Standard vs. Correlated Subqueries
-
Correlated Subquery Example
-
Predicate Operators
CHAPTER 12: GROUPS
-
SQL Statements
-
GROUP BY Clause
-
HAVING Clause
-
Order of a SELECT Statement
CHAPTER 13: MORE DATABASE OBJECTS
-
More Database Objects
-
Relational Views
-
Updating a View
-
Create or Replace
-
Forcing a View
-
The Data Dictionary Revisited
-
Indexes
-
Synonyms
CHAPTER 14: REPORTS
-
Report Features
-
Session Control
-
The SET Command
-
The COLUMN Command
-
The BREAK Command
-
The COMPUTE Command
CHAPTER 15: INTRODUCTION
-
SQL vs. PL/SQL
-
A Few Simple Examples
-
Saving Procedures
-
A More Complete Picture
-
Comments
-
Variable Substitution
-
Simple Exception Handling
-
Advantages of PL/SQL
-
Assignments
CHAPTER 16: DECLARATIONS AND DATA TYPES
-
Declarations
-
Standard Data Types
-
Initialization
-
Variable Names
-
Specialized Data Types - %TYPE
-
Specialized Data Types - %ROWTYPE
-
Building Your Own Data Types - Records
-
A Quick look at Loops
-
Arrays
-
Tables
-
Nested Blocks
CHAPTER 17: LANGUAGE COMPONENTS
-
Introduction
-
Assignments
-
Decision Making Statements
-
Simple Loops
-
Loops - for
-
Loops - indefinite
-
Loops - while
-
Simple Loops
-
Nested Loops
-
Boolean Variables
-
PL/SQL Relational Operators
-
PL/SQL Logical Operators
-
The CASE Construct
CHAPTER 18: CURSORS
-
Introduction
-
Cursor Manipulation
-
Using the Cursor
-
For Loops Cursors
-
Cursor Attributes
-
Cursor Parameters
-
Nested Cursors
-
Cursor Exceptions
CHAPTER 19: EXCEPTIONS
-
Errors in Programs
-
Run Time Exceptions
-
Oracle Built In Exceptions
-
Unnamed Exceptions
-
Built in Exception Functions
-
Creating Your Own Exceptions
-
Building Non Terminating Exceptions
CHAPTER 20: FUNCTIONS AND PROCEDURES
-
Introduction
-
Creating a Procedure
-
Example Procedure
-
Using Parameters
-
Functions
-
Procedures and Exceptions
APPENDIX A: AN SQL AND SQL*PLUS REFERENCE
-
DDL Statements
-
DML Statements
-
Transaction Control Statements
-
Operators
-
Common SQL*Plus Commands
| Classroom - Regular | ||||
| When | Duration | Where | Remarks | Price |
| Not Specified | Not Specified | All Venues | Not Specified | Price On Request |
Complete Analytics Training Institute
Complete Analytics Training Institute aimed at providing world class training in the area of Research Analytics. We train people to think analytically, communicate efficiently, reason logically, and make smarter choices and to solve problems in a structured manner.
Our Courses invest in you the power to make smarter decisions in every sphere of your life. They empower you with the analytical intelligence that guarantees success in every human endeavor to find out more about how these courses can empower your career of your organization's Future; explore this space and come, partner in this incredible journey with us. A Mid Career professional can use Analytics Training Institute's Courses to refresh his/her skills, apply for the next Promotion or to make an overall career change to one of the fastest growing industries like KPO, IT, Healthcare, etc.,
At Complete Analytics training Institute, we have been helping in analyzing all kind of statistical data. We can enhance and analyze your data to turn it into information you can act upon to meet your short and long term business objectives. Our team of data analysts uses a wide range of proven data modeling tools and methods which they will draw upon to meet your business needs.



