Oracle 6666
Oracle 6666
Oracle Tutorial
Oracle is a relational database technology developed by Oracle.
PLSQL stands for "Procedural Language extensions to SQL", and is an extension of SQL that is
used in Oracle. PLSQL is closely integrated into the SQL language, yet it adds programming
constructs that are not native to SQL.
Our tutorial will start with the basics of Oracle such as how to retrieve and manipulate data. Then
we will move to the more advanced topics such as how to create tables, functions, procedures,
triggers, tablespaces, and schemas. We will conclude with a review of the functions that are
proprietary to Oracle.
With this tutorial, you should be on your way to becoming proficient in Oracle and PLSQL.
Prerequisites
There are no prequisities for this Oracle tutorial. You should be able to easily understand this
tutorial and learn the basic concepts of Oracle as you progress to the more advanced topics.
Oracle/PLSQL Functions
Functions - Alphabetical Oracle/PLSQL Functions listed alphabetically
Unique Constraints Create, alter, drop, enable and disable unique constraints
Check Constraints Create, alter, drop, enable and disable check constraints
Indexes Create, rename and drop indexes (performance tuning)
https://www.techonthenet.com/oracle/index.php 1/5
25/02/2025 12:14 Oracle Tutorial
Oracle Programming
Functions Create and drop functions
Comments within SQL How to create comments within your SQL statement
INSERT ALL Statement Insert multiple records into one or more tables
TRUNCATE TABLE
Delete all records from a table (no rollback)
Statement
MINUS Operator Result set of one minus the result set of another
Oracle Joins
JOIN Tables Inner and Outer joins
Oracle Aliases
ALIASES Create a temporary name for a column or table
Oracle Clauses
DISTINCT Clause Retrieve unique records
Oracle Conditions
AND Condition 2 or more conditions to be met
CREATE TABLE AS Create a table from another table's definition and data
GLOBAL TEMP Tables Tables that are distinct within SQL session
https://www.techonthenet.com/oracle/index.php 4/5
25/02/2025 12:14 Oracle Tutorial
Copyright TechOnTheNet.com
https://www.techonthenet.com/oracle/index.php 5/5