0% found this document useful (0 votes)
29 views

Oracle: Computech Info Solutions

This document provides an overview of key Oracle SQL and PL/SQL concepts including: SQL commands like DDL, DML, and DCL; joins like equi, non-equi, and outer joins; constraints like primary keys and foreign keys; functions like character and number functions; PL/SQL concepts like packages, procedures, functions, cursors, exceptions, triggers, and locks. It also lists Computech Info Solutions contact information and areas of expertise including Oracle, SQL commands, joins, objects, and PL/SQL.

Uploaded by

pandagangadhar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Oracle: Computech Info Solutions

This document provides an overview of key Oracle SQL and PL/SQL concepts including: SQL commands like DDL, DML, and DCL; joins like equi, non-equi, and outer joins; constraints like primary keys and foreign keys; functions like character and number functions; PL/SQL concepts like packages, procedures, functions, cursors, exceptions, triggers, and locks. It also lists Computech Info Solutions contact information and areas of expertise including Oracle, SQL commands, joins, objects, and PL/SQL.

Uploaded by

pandagangadhar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

COMPUTECH INFO SOLUTIONS

ORACLE
SQL Commands: Joins:
1) DDL 1) Equi Join
2) DML 2) Non Equi Join
3) DRL 3) Outer Join
4) DCL 4) Self Join
5) TCL Sub Queries:
Constraints: 1) Single Row Sub Query
1) Not Null 2) Multiple Row Sub Query
2) Unique 3) Co – related Sub Query
3) Primary Key Objects:
4) Foreign Key 1) Views
5) Check a. Simple views
Functions: b. Complex views
1) Character Functions c. Read only views
2) Number Functions 2) Sequences
3) Data Functions 3) Synonyms
4) Group Functions 4) Indexes

#401, ADR Estate, Opp: RS Brothers, KPHB Main Road, Above Bank of India, Hyderabad-500072
www.computechis.com, Phone: 9000011489, 040-66174448
PL/SQL
Advantage of Pl/SQL Packages Specification
The generic PL/SQL block Package Body
Control Structures Developing packages
Public and private constructs
Cursors Invoking package constructs
Introduction to Cursors Guidelines for developing packages
Types of Cursors Advantages of packages
 Implicit Cursors
 Explicit Cursors
Cursor Attributes
Cursor For Loops
Parameterized cursors

Locks
Types of locks
Levels of locks
Explicit Locking
Select for update statement
Using lock table statement
Releasing locks

Exceptions
Introduction to Exceptions
Types of Exceptions
 Oracle Predefined Exceptions
 Oracle Non- Predefined
Exceptions
 User- Defined Exceptions
Using Raise_ Application_Error

Triggers
Introduction to Triggers
Types of Triggers
Developing Triggers
Using conditional predicates
Using old and new qualifiers
Instead of Triggers

Procedures
Benefits of sub-programs
Developing procedures
Procedure parameter modes
Creating procedure with Parameters
DEFAULT option for Parameters
Invoking procedure from Anonymous
Pl/SQL Block

Functions
Overview of Functions
Creating functions
Executing Functions
Using functions in SQL Expressions
Comparing Procedure and Functions

Packages
Introduction to Packages
Components of Package

You might also like