HOME ORACLE/SQL
SITEMAP

Learn Oracle/SQL

Oracle/SQL Introduction
Oracle Create Statement
Oracle Describe Statement
Oracle Select Statement
Oracle Where Clause
Oracle/SQL Functions
Oracle Order BY Clause
Oracle Logical Operator
Oracle And Operator
Oracle Or Operator
Oracle Not Operator
Oracle Between Condition
Oracle Not Between Condition
Oracle Like Condition
Oracle In Condition
Oracle Exists Operator
Oracle Not Exists Operator
Oracle Group BY Clause
Oracle Having Clause
Oracle Set Operator
Oracle Union Query
Oracle Union All Query
Oracle Intersect Query
Oracle Minus Query
Oracle About Joins
Oracle Inner Join
Oracle Outer Join
Oracle Cross Join
Oracle Equi Join
Oracle Self Join
Oracle Rollup Operator
Oracle Cube Operator
Oracle Subquery

Oracle Overview

What is oracle?

Oracle corporation is a company that produces the database product which is widely used, server based and multi user known as ORACLE.

Some more points to make you more clear about ORACLE are:


Next topic will teach you how oracle communicate with server.

What is SQL?

SQL - SQL stands for Structured Query Language, is a fourth generation non procedural language introduced by IBM and was standardized by ANSI(American Nationl Standards Institute) and ISO in 1986.

Below are the points to make you more clear about SQL are:

There are some COMPONENTS OF SQL as follows:

What is SQL *Plus?

SQL *Plus is an extension to SQL. It has been introduced to eliminate SQL limitations. It has many commands, you can say hundreds of SQL commands.

Some usefull points are as mentioned below for SQL *Plus:

Start by Select Statement

The above tools are used to access oracle database which resides on oracle server. Now we should have little information about Oracle database from where we are going to fetch data.

What is Database?

A Database is a collection of related and meaningful data. Take an example of company and a employee.

An employee contains:

Suppose above information is collected for multiple employees. And all the employee information is available at one place known as company.
Now as we all know, company contains employee information which is related to it.
Hence we can say that company is a database and employee detail is a data which fills database.